From: Jim Meyering Date: Sun, 16 Aug 1998 01:38:38 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-3_16u~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0c35411a4f4886daafd40863e29ce8eadfd25a42;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/tests/ls-2/Fetish.pm b/tests/ls-2/Fetish.pm index 17a2295baf..b46c36b809 100644 --- a/tests/ls-2/Fetish.pm +++ b/tests/ls-2/Fetish.pm @@ -12,7 +12,7 @@ use FileHandle; use File::Compare qw(compare); @ISA = qw(Exporter); -($VERSION = '$Revision: 1.8 $ ') =~ tr/[0-9].//cd; +($VERSION = '$Revision: 1.9 $ ') =~ tr/[0-9].//cd; @EXPORT = qw (run_tests); my @Types = qw (IN OUT ERR EXIT); @@ -26,7 +26,6 @@ my $Global_count = 1; # 'contents' contents only (file name is derived from test name) # {filename => 'contents'} filename and contents # {filename => undef} filename only -- $(srcdir)/filename must exist -# (FIXME: note to self: get $srcdir from ENV) # # FIXME: If there is more than one input file, the you can't specify REDIRECT. # PIPE is still ok.