X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fop%2Fquotemeta.t;h=ea62ed8ecf6e21cebe138eda82c55dfc2f041f2d;hb=22d4bb9ccb8701e68f9243547d7e3a3c55f70908;hp=ec247f8ce73c7bac841a8ab7d55ca7ccdcf7f636;hpb=4b19af017623bfa3bb72bb164598a517f586e0d3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/op/quotemeta.t b/t/op/quotemeta.t index ec247f8..ea62ed8 100755 --- a/t/op/quotemeta.t +++ b/t/op/quotemeta.t @@ -2,7 +2,7 @@ BEGIN { chdir 't' if -d 't'; - unshift @INC, '../lib' if -d '../lib'; + @INC = '../lib'; require Config; import Config; }