diff options
author | Jim Meyering <jim@meyering.net> | 2001-03-09 18:21:56 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-03-09 18:21:56 +0000 |
commit | 197061600e596ecbd48ca41e807adbdb77dca9d1 (patch) | |
tree | c877886f81c5a270533bfd5eba528ef0aa9c37d9 /tests/stty | |
parent | c21430123df24081a889d6b19082021badfd1ab8 (diff) | |
download | coreutils-197061600e596ecbd48ca41e807adbdb77dca9d1.tar.xz |
moved from stty/~
Diffstat (limited to 'tests/stty')
-rw-r--r-- | tests/stty/input-tty | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/stty/input-tty b/tests/stty/input-tty deleted file mode 100644 index 7353aaefd..000000000 --- a/tests/stty/input-tty +++ /dev/null @@ -1,8 +0,0 @@ -# This test is used from at least two separate scripts. - -tty -s || have_input_tty=no -if test "$have_input_tty" = no; then - echo "$0: This test must have a controlling input \`terminal'," 1>&2 - echo " so it may not be run via \`batch', \`at', or \`rsh'." 1>&2 - exit 77 -fi |