From: Jarkko Hietaniemi Date: Sat, 29 Dec 2001 15:21:53 +0000 (+0000) Subject: Slight tweaks on the MM_Win32.t. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f49b7d0706463194a3ce67cf34a2c0c69efb77a6;p=p5sagit%2Fp5-mst-13.2.git Slight tweaks on the MM_Win32.t. p4raw-id: //depot/perl@13925 --- diff --git a/lib/ExtUtils/t/MM_Win32.t b/lib/ExtUtils/t/MM_Win32.t index 400efbd..9ffdd54 100644 --- a/lib/ExtUtils/t/MM_Win32.t +++ b/lib/ExtUtils/t/MM_Win32.t @@ -2,8 +2,7 @@ BEGIN { chdir 't' if -d 't'; -# @INC = '../lib'; -push @INC, '../lib'; + @INC = '../lib'; } use Test::More; @@ -12,7 +11,7 @@ BEGIN { if ($^O =~ /MSWin32/i) { plan tests => 44; } else { - plan skip_all => 'Test irrelevant outside of MSWin32'; + plan skip_all => 'This is not Win32'; } }