diff options
-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: { |