X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcomp%2Fuse.t;h=fb597770d0a8da4db3431c1917b6d62820e38257;hb=880b20b67e23950959b9017ea50a2f9fe4e915a4;hp=1f5fae39a21718fd27171d4ff0a718e7ac0b9c77;hpb=ee8c7f5465f003860e2347a2946abacac39bd9b9;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/comp/use.t b/t/comp/use.t index 1f5fae3..fb59777 100755 --- a/t/comp/use.t +++ b/t/comp/use.t @@ -2,7 +2,7 @@ BEGIN { chdir 't' if -d 't'; - unshift @INC, '../lib'; + @INC = '../lib'; } print "1..27\n";