diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-10-10 16:23:48 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-10-10 16:23:48 +0000 |
commit | ac8d2830a5f39312d4bf37f8ab43ad1350c22292 (patch) | |
tree | 9522db5f0b872ae116842b0af21a9b58e5e018ac | |
parent | b3217f3b82de9e927c4f63073394027ba0773014 (diff) | |
download | perl-ac8d2830a5f39312d4bf37f8ab43ad1350c22292.tar.gz |
Adjust test count for ExtUtils::Command
p4raw-id: //depot/perl@28989
-rw-r--r-- | lib/ExtUtils/t/eu_command.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/t/eu_command.t b/lib/ExtUtils/t/eu_command.t index 1157b3a24c..f8199cdf62 100644 --- a/lib/ExtUtils/t/eu_command.t +++ b/lib/ExtUtils/t/eu_command.t @@ -23,7 +23,7 @@ BEGIN { } BEGIN { - use Test::More tests => 40; + use Test::More tests => 41; use File::Spec; } |