summaryrefslogtreecommitdiff
path: root/tests/ls-2
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-08-15 22:00:47 +0000
committerJim Meyering <jim@meyering.net>1998-08-15 22:00:47 +0000
commit634ff11428683455d9139f41b39af8f21c589cad (patch)
tree21c2b57988367bac3fe61b205c7fb0601373b58a /tests/ls-2
parentc3b1ab8af1b439baa9e4e5e308fd7ebf463821ce (diff)
downloadcoreutils-634ff11428683455d9139f41b39af8f21c589cad.tar.xz
*** empty log message ***
Diffstat (limited to 'tests/ls-2')
-rw-r--r--tests/ls-2/T.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/ls-2/T.pm b/tests/ls-2/T.pm
index 3cffd5061..34f52ad22 100644
--- a/tests/ls-2/T.pm
+++ b/tests/ls-2/T.pm
@@ -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";