From 0c35411a4f4886daafd40863e29ce8eadfd25a42 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 16 Aug 1998 01:38:38 +0000 Subject: [PATCH] *** empty log message *** --- tests/ls-2/Fetish.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/ls-2/Fetish.pm b/tests/ls-2/Fetish.pm index 17a2295ba..b46c36b80 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. -- 2.11.4.GIT