This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix Win32 breakage caused by change 23610
authorSteve Hay <SteveHay@planit.com>
Fri, 10 Dec 2004 14:58:59 +0000 (14:58 +0000)
committerSteve Hay <SteveHay@planit.com>
Fri, 10 Dec 2004 14:58:59 +0000 (14:58 +0000)
commitd1888197290ee9e2faa25012d62b59909e6c3e32
tree1540c393a13bd9c218dfc6e8eca894e3056c52c9
parent4ad40acfc62db410aa4eb7654e17246f1fc97689
Fix Win32 breakage caused by change 23610

Simply skip the offending tests on Win32.  There is no sense in testing
that $Config dir entries appear in @INC because the $Config entries
relate to where perl.exe will be installed (as per INST_DRV/INST_TOP in
win32/Makefile), whereas @INC entries are dynamic, based on where
perlXX.dll is currently located.

p4raw-id: //depot/perl@23638
lib/Config.t