diff options
Diffstat (limited to 't/op/recurse.t')
-rw-r--r-- | t/op/recurse.t | 5 |
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 { |