X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2Fopen2.t;h=85b807c98aae79b5bf073b3d51a7a7a61517c152;hb=22d4bb9ccb8701e68f9243547d7e3a3c55f70908;hp=64431123e8af623a92138ea7cc12855b84828c51;hpb=4b19af017623bfa3bb72bb164598a517f586e0d3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/lib/open2.t b/t/lib/open2.t index 6443112..85b807c 100755 --- a/t/lib/open2.t +++ b/t/lib/open2.t @@ -2,7 +2,7 @@ BEGIN { chdir 't' if -d 't'; - unshift @INC, '../lib'; + @INC = '../lib'; require Config; import Config; if (!$Config{'d_fork'} # open2/3 supported on win32 (but not Borland due to CRT bugs)