X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fop%2Fexists_sub.t;h=d4aa29251adb0338c205c9b465266ee2b30ab261;hb=584420f022db57225e9644b9c6668ff9f567984a;hp=3363dfd837a0c2ad0aa464448b07ec32a8a798f2;hpb=afebc493229293927e6b724b2070ac810a813a28;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/op/exists_sub.t b/t/op/exists_sub.t index 3363dfd..d4aa292 100755 --- a/t/op/exists_sub.t +++ b/t/op/exists_sub.t @@ -2,7 +2,7 @@ BEGIN { chdir 't' if -d 't'; - unshift @INC, '../lib'; + @INC = '../lib'; } print "1..9\n";