diff options
author | Jim Meyering <jim@meyering.net> | 2003-02-19 14:03:44 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-02-19 14:03:44 +0000 |
commit | af4ad8d6950ef8ae91ec6e791aa504a3064517ec (patch) | |
tree | d64b7add217c193ba8ed9dd7e68ce0677d035c43 /tests | |
parent | f0ecd052129643825311135779c2b38af1fde438 (diff) | |
download | coreutils-af4ad8d6950ef8ae91ec6e791aa504a3064517ec.tar.xz |
fix comment
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/misc/tty-eof | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/misc/tty-eof b/tests/misc/tty-eof index 075a12717..75a86be06 100755 --- a/tests/misc/tty-eof +++ b/tests/misc/tty-eof @@ -13,6 +13,8 @@ esac exec $PERL -w -- - <<\EOF # Ensure that cat exits upon a single EOF (^D) from a tty. +# Do the same for all programs that can read stdin, +# requiring no arguments and that write to standard output. use strict; (my $ME = $0) =~ s|.*/||; |