Change 13925 by jhi@alpha on 2001/12/29 15:21:53
Slight tweaks on the MM_Win32.t.
Affected files ...
.... //depot/perl/lib/ExtUtils/t/MM_Win32.t#2 edit
Differences ...
==== //depot/perl/lib/ExtUtils/t/MM_Win32.t#2 (text) ====
Index: perl/lib/ExtUtils/t/MM_Win32.t
--- perl/lib/ExtUtils/t/MM_Win32.t.~1~ Sat Dec 29 08:30:05 2001
+++ perl/lib/ExtUtils/t/MM_Win32.t Sat Dec 29 08:30:05 2001
@@ -2,8 +2,7 @@
BEGIN {
chdir 't' if -d 't';
-# @INC = '../lib';
-push @INC, '../lib';
+ @INC = '../lib';
}
use Test::More;
@@ -12,7 +11,7 @@
if ($^O =~ /MSWin32/i) {
plan tests => 44;
} else {
- plan skip_all => 'Test irrelevant outside of MSWin32';
+ plan skip_all => 'This is not Win32';
}
}
End of Patch.