projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
490a6cf
)
More tests now too.
Jarkko Hietaniemi [Wed, 19 Sep 2001 12:11:15 +0000 (12:11 +0000)]
p4raw-id: //depot/perl@12085
lib/ExtUtils/Command.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/ExtUtils/Command.t
b/lib/ExtUtils/Command.t
index
01c0046
..
229df7d
100644
(file)
--- a/
lib/ExtUtils/Command.t
+++ b/
lib/ExtUtils/Command.t
@@
-9,7
+9,7
@@
BEGIN {
File::Path::rmtree( 'ecmddir' );
}
-use Test::More tests => 21;
+use Test::More tests => 22;
use File::Spec;
SKIP: {