Only 21 tests, skipping or not.
Jarkko Hietaniemi [Thu, 20 Sep 2001 01:36:23 +0000 (01:36 +0000)]
p4raw-id: //depot/perl@12089

lib/ExtUtils/Command.t

index 229df7d..7fdaf2d 100644 (file)
@@ -9,11 +9,12 @@ BEGIN {
        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 );