diff options
Diffstat (limited to 't/op/hashwarn.t')
-rw-r--r-- | t/op/hashwarn.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/hashwarn.t b/t/op/hashwarn.t index b14e9c27ca..a6a1de9480 100644 --- a/t/op/hashwarn.t +++ b/t/op/hashwarn.t @@ -5,7 +5,7 @@ BEGIN { @INC = qw(. ../lib); } -require 'test.pl'; +require './test.pl'; plan( tests => 16 ); use strict; |