X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2Ftie-push.t;h=b19aa0d0e8fe68d50c457d1731ff2020ac7e6226;hb=22d4bb9ccb8701e68f9243547d7e3a3c55f70908;hp=23a0a9403a4f5f5c4111352553b71931b5de839c;hpb=4b19af017623bfa3bb72bb164598a517f586e0d3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/lib/tie-push.t b/t/lib/tie-push.t index 23a0a94..b19aa0d 100755 --- a/t/lib/tie-push.t +++ b/t/lib/tie-push.t @@ -2,7 +2,8 @@ BEGIN { chdir 't' if -d 't'; - unshift @INC, '../lib'; + @INC = '.'; + push @INC, '../lib'; } {