diff options
author | Jim Meyering <jim@meyering.net> | 1998-08-15 23:59:12 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-08-15 23:59:12 +0000 |
commit | ea9e600f5847a8ebb5d85a9495b0de6734ae7f1b (patch) | |
tree | 6d59fdb793fae6051eca7c84b20e1ddfa815c6ed /tests | |
parent | 78c34dee5095c2196e360478a0ab650ab97ce22d (diff) | |
download | coreutils-ea9e600f5847a8ebb5d85a9495b0de6734ae7f1b.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ls-2/Fetish.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/ls-2/Fetish.pm b/tests/ls-2/Fetish.pm index 13c1b8518..5997aa27b 100644 --- a/tests/ls-2/Fetish.pm +++ b/tests/ls-2/Fetish.pm @@ -1,4 +1,6 @@ package Fetish; +# This is a testing framework. + # In case you're wondering about the name, it comes from the # names of the three packages: FIleutils, SH-utils, TExtutils. @@ -10,7 +12,7 @@ use FileHandle; use File::Compare qw(compare); @ISA = qw(Exporter); -($VERSION = '$Revision: 1.4 $ ') =~ tr/[0-9].//cd; +($VERSION = '$Revision: 1.5 $ ') =~ tr/[0-9].//cd; @EXPORT = qw (run_tests); my @Types = qw (IN OUT ERR EXIT); |