]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 16 Aug 1998 01:38:38 +0000 (01:38 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 16 Aug 1998 01:38:38 +0000 (01:38 +0000)
tests/ls-2/Fetish.pm

index 17a2295baf265458d845cea2a6ecceec0d817943..b46c36b80973c49f3b92f7a6a262f9b972c2f3fe 100644 (file)
@@ -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.