Change 12089 by jhi@alpha on 2001/09/20 01:36:23
Only 21 tests, skipping or not.
Affected files ...
... //depot/perl/lib/ExtUtils/Command.t#4 edit
Differences ...
==== //depot/perl/lib/ExtUtils/Command.t#4 (text) ====
Index: perl/lib/ExtUtils/Command.t
--- perl/lib/ExtUtils/Command.t.~1~ Wed Sep 19 19:45:07 2001
+++ perl/lib/ExtUtils/Command.t Wed Sep 19 19:45:07 2001
@@ -9,11 +9,12 @@
File::Path::rmtree( 'ecmddir' );
}
-use Test::More tests => 22;
+use Test::More tests => 21;
use File::Spec;
SKIP: {
- skip( 'ExtUtils::Command is a Win32 module', 22 ) unless $^O =~ /Win32/;
+ skip( 'ExtUtils::Command is a Win32 module', 21 )
+ unless $^O =~ /Win32/;
use vars qw( *CORE::GLOBAL::exit );
End of Patch.