X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2Fabbrev.t;h=05e5c70cac94e35261b2aa24c50e22b98ff95b51;hb=41af67ece9e9160bd6c5f33ad5ae5d493a869b60;hp=fb5a9841eb1b7e3ab228b176b849fdbdf2507497;hpb=9c6be91f691c6d72250718e13acfc7872e72a19f;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/lib/abbrev.t b/t/lib/abbrev.t index fb5a984..05e5c70 100755 --- a/t/lib/abbrev.t +++ b/t/lib/abbrev.t @@ -4,7 +4,7 @@ print "1..7\n"; BEGIN { chdir 't' if -d 't'; - @INC = '../lib'; + unshift @INC, '../lib'; } use Text::Abbrev;