summaryrefslogtreecommitdiff
path: root/tests/ls-2
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-08-15 21:41:49 +0000
committerJim Meyering <jim@meyering.net>1998-08-15 21:41:49 +0000
commit5b02046b202bf2ce6d331bd990126b34904232d2 (patch)
treec6c2fca844a4d4e9f280ebcf749c282464b455b9 /tests/ls-2
parent97a44fbdf0b7949717ab865831870ad2e4608a7d (diff)
downloadcoreutils-5b02046b202bf2ce6d331bd990126b34904232d2.tar.xz
*** empty log message ***
Diffstat (limited to 'tests/ls-2')
-rw-r--r--tests/ls-2/T.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/ls-2/T.pm b/tests/ls-2/T.pm
index eb01d37d1..0397d2fab 100644
--- a/tests/ls-2/T.pm
+++ b/tests/ls-2/T.pm
@@ -8,7 +8,9 @@ use FileHandle;
use File::Compare qw(compare);
@ISA = qw(Exporter);
-$VERSION = '0.5';
+$VERSION = '$Revision: 1.11 $'; #'
+$VERSION =~ s/\$Revision:\s+//;
+$VERSION =~ s/\s+\$$//;
@EXPORT = qw (run_tests);
my @Types = qw (IN OUT ERR EXIT);