diff options
Diffstat (limited to 't/op/method.t')
-rw-r--r-- | t/op/method.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/method.t b/t/op/method.t index 31e2ea13c8..3e26f2f3b5 100644 --- a/t/op/method.t +++ b/t/op/method.t @@ -7,7 +7,7 @@ BEGIN { chdir 't' if -d 't'; @INC = qw(. ../lib lib ../dist/base/lib); - require "test.pl"; + require "./test.pl"; } use strict; |