From: Jarkko Hietaniemi Date: Thu, 20 Sep 2001 01:36:23 +0000 (+0000) Subject: Only 21 tests, skipping or not. X-Git-Tag: perl-5.7.3~2450 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/b488a12ac54deb9ec217f73be9be18fed8783973 Only 21 tests, skipping or not. p4raw-id: //depot/perl@12089 --- diff --git a/lib/ExtUtils/Command.t b/lib/ExtUtils/Command.t index 229df7d..7fdaf2d 100644 --- a/lib/ExtUtils/Command.t +++ b/lib/ExtUtils/Command.t @@ -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 );