X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcomp%2Frequire.t;h=eaea3ad5f6a1b33397c4081706e4aacd4589ce60;hb=22d4bb9ccb8701e68f9243547d7e3a3c55f70908;hp=bfd4a37fc9324278a190b768f7c7b7e95dd1cd65;hpb=4b19af017623bfa3bb72bb164598a517f586e0d3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/comp/require.t b/t/comp/require.t index bfd4a37..eaea3ad 100755 --- a/t/comp/require.t +++ b/t/comp/require.t @@ -2,7 +2,8 @@ BEGIN { chdir 't' if -d 't'; - unshift @INC, ('.', '../lib'); + @INC = '.'; + push @INC, '../lib'; } # don't make this lexical