(jm_FILE_SYSTEM_USAGE): Open-code what was a use of AS_IF.
[coreutils.git] / tests / stty / input-tty
blob7353aaefd068b1a7f5d80b128736fec3b71f7a95
1 # This test is used from at least two separate scripts.
3 tty -s || have_input_tty=no
4 if test "$have_input_tty" = no; then
5   echo "$0: This test must have a controlling input \`terminal'," 1>&2
6   echo "  so it may not be run via \`batch', \`at', or \`rsh'." 1>&2
7   exit 77
8 fi