projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7412562
)
Only 21 tests, skipping or not.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 20 Sep 2001 01:36:23 +0000
(
01:36
+0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 20 Sep 2001 01:36:23 +0000
(
01:36
+0000)
p4raw-id: //depot/perl@12089
lib/ExtUtils/Command.t
patch
|
blob
|
history
diff --git
a/lib/ExtUtils/Command.t
b/lib/ExtUtils/Command.t
index
229df7d
..
7fdaf2d
100644
(file)
--- a/
lib/ExtUtils/Command.t
+++ b/
lib/ExtUtils/Command.t
@@
-9,11
+9,12
@@
BEGIN {
File::Path::rmtree( 'ecmddir' );
}
-use Test::More tests => 2
2
;
+use Test::More tests => 2
1
;
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 );