summaryrefslogtreecommitdiff
path: root/tests/ls-2
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-08-16 01:38:38 +0000
committerJim Meyering <jim@meyering.net>1998-08-16 01:38:38 +0000
commit0c35411a4f4886daafd40863e29ce8eadfd25a42 (patch)
tree708f3082aff85fd4542f41c1d62d03206714d7f6 /tests/ls-2
parent8bd9ea509e16f9401195a40df695d13f78db876e (diff)
downloadcoreutils-0c35411a4f4886daafd40863e29ce8eadfd25a42.tar.xz
*** empty log message ***
Diffstat (limited to 'tests/ls-2')
-rw-r--r--tests/ls-2/Fetish.pm3
1 files changed, 1 insertions, 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.