diff options
Diffstat (limited to 't/op/ord.t')
-rwxr-xr-x | t/op/ord.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/ord.t b/t/op/ord.t index ff51c18f8c..455666417f 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"; } |