From: Jarkko Hietaniemi Date: Wed, 19 Sep 2001 12:11:15 +0000 (+0000) Subject: More tests now too. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3b23a3c617ff9e5d780fe5e5b1405147021af4ee;p=p5sagit%2Fp5-mst-13.2.git More tests now too. p4raw-id: //depot/perl@12085 --- diff --git a/lib/ExtUtils/Command.t b/lib/ExtUtils/Command.t index 01c0046..229df7d 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: {