This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a920027
)
Slight tweaks on the MM_Win32.t.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Sat, 29 Dec 2001 15:21:53 +0000
(15:21 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Sat, 29 Dec 2001 15:21:53 +0000
(15:21 +0000)
p4raw-id: //depot/perl@13925
lib/ExtUtils/t/MM_Win32.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/ExtUtils/t/MM_Win32.t
b/lib/ExtUtils/t/MM_Win32.t
index
400efbd
..
9ffdd54
100644
(file)
--- 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 => 'T
est irrelevant outside of MS
Win32';
+ plan skip_all => 'T
his is not
Win32';
}
}