diff options
Diffstat (limited to 't/op/context.t')
-rw-r--r-- | t/op/context.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/context.t b/t/op/context.t index 8753d1ee34..5272b7a915 100644 --- a/t/op/context.t +++ b/t/op/context.t @@ -5,7 +5,7 @@ BEGIN { @INC = qw(. ../lib); } -require "test.pl"; +require "./test.pl"; plan( tests => 7 ); sub foo { |