X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fop%2Fdefins.t;h=9e714a718bc19bde9bf730dc3a6fd7497d3918d3;hb=1d7c184104c076988718a01b77c8706aae05b092;hp=33c74ea28e8d67497ae50324def1f227cd57a85a;hpb=7120fed67e3f383b4203dc04a44dbe812dc6d370;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/op/defins.t b/t/op/defins.t index 33c74ea..9e714a7 100755 --- a/t/op/defins.t +++ b/t/op/defins.t @@ -6,7 +6,7 @@ BEGIN { chdir 't' if -d 't'; - @INC = '../lib'; + unshift @INC, '../lib'; $SIG{__WARN__} = sub { $warns++; warn $_[0] }; print "1..14\n"; }