From af4ad8d6950ef8ae91ec6e791aa504a3064517ec Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 19 Feb 2003 14:03:44 +0000 Subject: [PATCH] fix comment --- tests/misc/tty-eof | 2 ++ 1 file changed, 2 insertions(+) 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|.*/||; -- 2.47.2