summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-10-10 16:23:48 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-10-10 16:23:48 +0000
commitac8d2830a5f39312d4bf37f8ab43ad1350c22292 (patch)
tree9522db5f0b872ae116842b0af21a9b58e5e018ac
parentb3217f3b82de9e927c4f63073394027ba0773014 (diff)
downloadperl-ac8d2830a5f39312d4bf37f8ab43ad1350c22292.tar.gz
Adjust test count for ExtUtils::Command
p4raw-id: //depot/perl@28989
-rw-r--r--lib/ExtUtils/t/eu_command.t2
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;
}