Adjust test count for ExtUtils::Command
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 10 Oct 2006 16:23:48 +0000 (16:23 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 10 Oct 2006 16:23:48 +0000 (16:23 +0000)
p4raw-id: //depot/perl@28989

lib/ExtUtils/t/eu_command.t

index 1157b3a..f8199cd 100644 (file)
@@ -23,7 +23,7 @@ BEGIN {
 }
 
 BEGIN {
-    use Test::More tests => 40;
+    use Test::More tests => 41;
     use File::Spec;
 }