From: Jim Meyering Date: Wed, 19 Feb 2003 14:03:44 +0000 (+0000) Subject: fix comment X-Git-Tag: v4.5.8~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af4ad8d6950ef8ae91ec6e791aa504a3064517ec;p=thirdparty%2Fcoreutils.git fix comment --- diff --git a/tests/misc/tty-eof b/tests/misc/tty-eof index 075a127171..75a86be06c 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|.*/||;