mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-18 01:18:51 +02:00
*** empty log message ***
This commit is contained in:
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user