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.t5
1 files changed, 3 insertions, 2 deletions
diff --git a/t/op/recurse.t b/t/op/recurse.t
index c64dda151e..7626af9a8d 100644
--- a/t/op/recurse.t
+++ b/t/op/recurse.t
@@ -6,11 +6,12 @@
BEGIN {
chdir 't' if -d 't';
- @INC = qw(. ../lib);
require "./test.pl";
- plan(tests => 28);
+ set_up_inc(qw(. ../lib));
}
+plan(tests => 28);
+
use strict;
sub gcd {