summaryrefslogtreecommitdiff
path: root/t/op/ord.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/ord.t')
-rwxr-xr-xt/op/ord.t2
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";
}