X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2Fchecktree.t;h=b5426ca261e70bc8229bd45e7fd1b6614bc6ac51;hb=22d4bb9ccb8701e68f9243547d7e3a3c55f70908;hp=760357529bdeb878e954533f05a5c7e765327f9b;hpb=4b19af017623bfa3bb72bb164598a517f586e0d3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/lib/checktree.t b/t/lib/checktree.t index 7603575..b5426ca 100755 --- a/t/lib/checktree.t +++ b/t/lib/checktree.t @@ -2,7 +2,7 @@ BEGIN { chdir 't' if -d 't'; - unshift @INC, '../lib'; + @INC = '../lib'; } print "1..1\n";