]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 15 Aug 1998 22:00:47 +0000 (22:00 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 15 Aug 1998 22:00:47 +0000 (22:00 +0000)
tests/ls-2/T.pm

index 3cffd5061e537c2dd42dc0a9076fc297b0eae1a8..34f52ad225306341121f86a45fa108ad82be8a9d 100644 (file)
@@ -8,7 +8,7 @@ use FileHandle;
 use File::Compare qw(compare);
 
 @ISA = qw(Exporter);
-($VERSION = '$Revision: 1.14 $ ') =~ tr/[0-9].//cd;
+($VERSION = '$Revision: 1.15 $ ') =~ tr/[0-9].//cd;
 @EXPORT = qw (run_tests);
 
 my @Types = qw (IN OUT ERR EXIT);
@@ -204,7 +204,8 @@ sub run_tests ($$$$$)
            }
        }
 
-      # FIXME: Require at least one of OUT_DATA, OUT_FILE.  Why?
+      # FIXME: Does it ever make sense to specify a filename *and* contents
+      # in OUT or ERR spec?
 
       warn "$test_name...\n" if $verbose;
       my $t_out = "$test_name-out";