Slight tweaks on the MM_Win32.t.
Jarkko Hietaniemi [Sat, 29 Dec 2001 15:21:53 +0000 (15:21 +0000)]
p4raw-id: //depot/perl@13925

lib/ExtUtils/t/MM_Win32.t

index 400efbd..9ffdd54 100644 (file)
@@ -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';
        }
 }