X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fop%2Fgoto_xs.t;h=cf2cafd4675ff977d1ba7c8699b8845e37a0e3f6;hb=22d4bb9ccb8701e68f9243547d7e3a3c55f70908;hp=8d9bca1cd6d9dc313199ba1878678aefacb4336f;hpb=4b19af017623bfa3bb72bb164598a517f586e0d3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/op/goto_xs.t b/t/op/goto_xs.t index 8d9bca1..cf2cafd 100755 --- a/t/op/goto_xs.t +++ b/t/op/goto_xs.t @@ -10,7 +10,7 @@ # break correctly as well. chdir 't' if -d 't'; -unshift @INC, "../lib"; +@INC = '../lib'; $ENV{PERL5LIB} = "../lib"; # turn warnings into fatal errors