summaryrefslogtreecommitdiff
path: root/tests/misc/tty-eof
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/tty-eof')
-rwxr-xr-xtests/misc/tty-eof2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/tty-eof b/tests/misc/tty-eof
index 784bd204d..831626e6a 100755
--- a/tests/misc/tty-eof
+++ b/tests/misc/tty-eof
@@ -15,7 +15,7 @@ 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.
+# require no arguments and that write to standard output.
use strict;
(my $ME = $ENV{ARGV_0}) =~ s|.*/||;