diff options
author | Jim Meyering <jim@meyering.net> | 2002-07-19 20:26:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-07-19 20:26:28 +0000 |
commit | 767a8b968e4e8fea54f25dbf5b8f95fb0bc997f6 (patch) | |
tree | 896d546031611b87cddaf4f1214a81e705144416 | |
parent | 5db1ff6873a3201cc70116848044255cb372ea25 (diff) | |
download | coreutils-767a8b968e4e8fea54f25dbf5b8f95fb0bc997f6.tar.xz |
*** empty log message ***
-rw-r--r-- | tests/input-tty | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/input-tty b/tests/input-tty index 7b2f426f8..bba9eb794 100644 --- a/tests/input-tty +++ b/tests/input-tty @@ -1,4 +1,4 @@ -# This test is used from at least two separate scripts. +# Require a controlling input `terminal'. tty -s || have_input_tty=no if test "$have_input_tty" = no; then |