diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-19 12:11:15 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-19 12:11:15 +0000 |
commit | 3b23a3c617ff9e5d780fe5e5b1405147021af4ee (patch) | |
tree | f7a1e4954733f7be0219c96f1b149faa89e8a946 /lib/ExtUtils | |
parent | 490a6cf2a63f7bca7273b3ea1ab0f8cff6382b3a (diff) | |
download | perl-3b23a3c617ff9e5d780fe5e5b1405147021af4ee.tar.gz |
More tests now too.
p4raw-id: //depot/perl@12085
Diffstat (limited to 'lib/ExtUtils')
-rw-r--r-- | lib/ExtUtils/Command.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/Command.t b/lib/ExtUtils/Command.t index 01c0046bd0..229df7d08f 100644 --- 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: { |