From: Steve Hay Date: Mon, 6 Dec 2004 15:54:30 +0000 (+0000) Subject: Fix another Win32 breakage caused by change 23554 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f2e3b69f3d7756d88806b5fbcba98ad72be867ee;p=p5sagit%2Fp5-mst-13.2.git Fix another Win32 breakage caused by change 23554 p4raw-id: //depot/perl@23618 --- diff --git a/t/win32/system.t b/t/win32/system.t index b1906ce..fb7a1d1 100644 --- a/t/win32/system.t +++ b/t/win32/system.t @@ -2,7 +2,9 @@ BEGIN { chdir 't' if -d 't'; - @INC = '../lib'; + # We need '../../lib' as well as '../lib' because parts of Config are + # delay-loaded, after we've chdir()'ed into $testdir. + @INC = ('../lib', '../../lib'); # XXX this could be further munged to enable some parts on other # platforms unless ($^O =~ /^MSWin/) {