From: Craig A. Berry Date: Sun, 4 Nov 2007 16:41:28 +0000 (+0000) Subject: Roll back #32214 as it causes more failures than it prevents. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3eed716c43f574e5bb463b7e5770573ac4383150;p=p5sagit%2Fp5-mst-13.2.git Roll back #32214 as it causes more failures than it prevents. p4raw-id: //depot/perl@32219 --- diff --git a/t/TestInit.pm b/t/TestInit.pm index 058ad29..aa76fe1 100644 --- a/t/TestInit.pm +++ b/t/TestInit.pm @@ -18,13 +18,7 @@ package TestInit; $VERSION = 1.01; chdir 't' if -d 't'; -if ($^O eq 'VMS') { - require File::Spec; - @INC = File::Spec->rel2abs('[-.lib]'); -} -else { - @INC = '../lib'; -} +@INC = '../lib'; # Don't interfere with the taintedness of %ENV, this could perturbate tests $ENV{PERL_CORE} = 1 unless ${^TAINT};