use Command;
/// Detached from the controlling terminal via setsid, so /dev/tty fails
/// deterministically even when the test suite runs in an interactive
/// session. Required for any test asserting no-terminal behavior; piped
/// stdio alone does not sever the controlling tty.