diff options
Diffstat (limited to 't/op/defins.t')
-rw-r--r-- | t/op/defins.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/defins.t b/t/op/defins.t index 54d31507e6..86e0dd8287 100644 --- a/t/op/defins.t +++ b/t/op/defins.t @@ -9,7 +9,7 @@ BEGIN { @INC = qw(. ../lib); $SIG{__WARN__} = sub { $warns++; warn $_[0] }; } -require 'test.pl'; +require './test.pl'; plan( tests => 27 ); my $unix_mode = 1; |