]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 14 Dec 2002 17:21:04 +0000 (17:21 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 14 Dec 2002 17:21:04 +0000 (17:21 +0000)
tests/misc/cat-tty-eof

index acb0ff844406fc7f59859a1e246718fa8b78e4fb..c8acdd54b447a08be8e16d4fad4fa8f4632edbf9 100755 (executable)
@@ -13,7 +13,6 @@ esac
 exec $PERL -w -- - <<\EOF
 
 # Ensure that cat exits upon a single EOF (^D) from a tty.
-# FIXME: do something like `stty eof ^D'.
 use strict;
 
 (my $ME = $0) =~ s|.*/||;