diff options
Diffstat (limited to 't/op/coreamp.t')
-rw-r--r-- | t/op/coreamp.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/coreamp.t b/t/op/coreamp.t index ffd02df3db..9a9ab48a7e 100644 --- a/t/op/coreamp.t +++ b/t/op/coreamp.t @@ -10,7 +10,7 @@ BEGIN { chdir 't' if -d 't'; @INC = qw(. ../lib ../dist/if); - require "test.pl"; + require "./test.pl"; $^P |= 0x100; } |