From: Jim Meyering Date: Sat, 14 Dec 2002 17:21:04 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.5~407 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4b01add78e29e809f29fecc6af84c6651139fb2;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/tests/misc/cat-tty-eof b/tests/misc/cat-tty-eof index acb0ff8444..c8acdd54b4 100755 --- a/tests/misc/cat-tty-eof +++ b/tests/misc/cat-tty-eof @@ -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|.*/||;