X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fop%2Fglob.t;h=fc0ba77124b55f30704bf6c54196d8de65f3423d;hb=22d4bb9ccb8701e68f9243547d7e3a3c55f70908;hp=4c2744590b33dc0a6de90d492bc2389288db202c;hpb=4b19af017623bfa3bb72bb164598a517f586e0d3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/op/glob.t b/t/op/glob.t index 4c27445..fc0ba77 100755 --- a/t/op/glob.t +++ b/t/op/glob.t @@ -2,7 +2,7 @@ BEGIN { chdir 't' if -d 't'; - unshift @INC, '../lib'; + @INC = '../lib'; } print "1..6\n";