From: Rafael Garcia-Suarez Date: Tue, 10 Oct 2006 16:23:48 +0000 (+0000) Subject: Adjust test count for ExtUtils::Command X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ac8d2830a5f39312d4bf37f8ab43ad1350c22292;p=p5sagit%2Fp5-mst-13.2.git Adjust test count for ExtUtils::Command p4raw-id: //depot/perl@28989 --- diff --git a/lib/ExtUtils/t/eu_command.t b/lib/ExtUtils/t/eu_command.t index 1157b3a..f8199cd 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; }