From 3b23a3c617ff9e5d780fe5e5b1405147021af4ee Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Wed, 19 Sep 2001 12:11:15 +0000 Subject: More tests now too. p4raw-id: //depot/perl@12085 --- lib/ExtUtils/Command.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ExtUtils/Command.t b/lib/ExtUtils/Command.t index 01c0046bd0..229df7d08f 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: { -- cgit v1.2.1