diff options
Diffstat (limited to 't/op/ord.t')
-rw-r--r-- | 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 1c82262b05..51b2a4e38d 100644 --- a/t/op/ord.t +++ b/t/op/ord.t @@ -3,7 +3,7 @@ BEGIN { chdir 't' if -d 't'; @INC = qw(. ../lib); # ../lib needed for test.deparse - require "test.pl"; + require "./test.pl"; } plan tests => 35; |