summaryrefslogtreecommitdiff
path: root/t/op/glob.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/glob.t')
-rw-r--r--t/op/glob.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/glob.t b/t/op/glob.t
index e6f3680afa..7eec330563 100644
--- a/t/op/glob.t
+++ b/t/op/glob.t
@@ -3,7 +3,7 @@
BEGIN {
chdir 't' if -d 't';
@INC = qw(. ../lib);
- require 'test.pl';
+ require './test.pl';
}
plan( tests => 18 );