summaryrefslogtreecommitdiff
path: root/lib/ExtUtils
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-09-20 01:36:23 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-09-20 01:36:23 +0000
commitb488a12ac54deb9ec217f73be9be18fed8783973 (patch)
tree884d6ec395d26c0f7ff258912c995dcb93e189c9 /lib/ExtUtils
parent7412562f69711c05a0640dd826afb1784bfbe8b8 (diff)
downloadperl-b488a12ac54deb9ec217f73be9be18fed8783973.tar.gz
Only 21 tests, skipping or not.
p4raw-id: //depot/perl@12089
Diffstat (limited to 'lib/ExtUtils')
-rw-r--r--lib/ExtUtils/Command.t5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/ExtUtils/Command.t b/lib/ExtUtils/Command.t
index 229df7d08f..7fdaf2d12b 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 );