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