X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fop%2Ford.t;h=455666417fb3df072956ee2befda2eddf39c3a9f;hb=3444c34c7da9f235e181b5c175a1fa1357e7a055;hp=ff51c18f8c175d1b525a0fce7f0f9251c4274095;hpb=507b98002a6c136d628abe928988647938c55cff;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/op/ord.t b/t/op/ord.t index ff51c18..4556664 100755 --- a/t/op/ord.t +++ b/t/op/ord.t @@ -2,7 +2,7 @@ BEGIN { chdir 't' if -d 't'; - @INC = qw(.); + @INC = qw(. ../lib); # ../lib needed for test.deparse require "test.pl"; }