From: Jarkko Hietaniemi Date: Thu, 20 Sep 2001 01:36:23 +0000 (+0000) Subject: Only 21 tests, skipping or not. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b488a12ac54deb9ec217f73be9be18fed8783973;p=p5sagit%2Fp5-mst-13.2.git 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 );