From: Jim Meyering Date: Sat, 15 Aug 1998 22:00:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-3_16u~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=634ff11428683455d9139f41b39af8f21c589cad;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/tests/ls-2/T.pm b/tests/ls-2/T.pm index 3cffd5061e..34f52ad225 100644 --- a/tests/ls-2/T.pm +++ b/tests/ls-2/T.pm @@ -8,7 +8,7 @@ use FileHandle; use File::Compare qw(compare); @ISA = qw(Exporter); -($VERSION = '$Revision: 1.14 $ ') =~ tr/[0-9].//cd; +($VERSION = '$Revision: 1.15 $ ') =~ tr/[0-9].//cd; @EXPORT = qw (run_tests); my @Types = qw (IN OUT ERR EXIT); @@ -204,7 +204,8 @@ sub run_tests ($$$$$) } } - # FIXME: Require at least one of OUT_DATA, OUT_FILE. Why? + # FIXME: Does it ever make sense to specify a filename *and* contents + # in OUT or ERR spec? warn "$test_name...\n" if $verbose; my $t_out = "$test_name-out";