summaryrefslogtreecommitdiff
path: root/tests/ls-2
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-08-16 01:37:02 +0000
committerJim Meyering <jim@meyering.net>1998-08-16 01:37:02 +0000
commit8bd9ea509e16f9401195a40df695d13f78db876e (patch)
treeb918363c0cc4b7a4669def13e4a81f3032fabf99 /tests/ls-2
parentbddb246b90a66b6c121ba3dcb72b9e0f68a6f24a (diff)
downloadcoreutils-8bd9ea509e16f9401195a40df695d13f78db876e.tar.xz
*** empty log message ***
Diffstat (limited to 'tests/ls-2')
-rw-r--r--tests/ls-2/Fetish.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ls-2/Fetish.pm b/tests/ls-2/Fetish.pm
index 37c3402bd..17a2295ba 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.7 $ ') =~ tr/[0-9].//cd;
+($VERSION = '$Revision: 1.8 $ ') =~ tr/[0-9].//cd;
@EXPORT = qw (run_tests);
my @Types = qw (IN OUT ERR EXIT);
@@ -43,6 +43,7 @@ my $Global_count = 1;
# functions, each which is passed the single argument `filename'.
# $CTOR must create `filename'.
# DTOR may be omitted in which case `sub{unlink @_[0]}' is used.
+# FIXME: implement this
# Ditto for `ERR', but compare with stderr
# {EXIT => N} expect exit status of cmd to be N
#