summaryrefslogtreecommitdiffstats
path: root/t/2goodperl.t
diff options
context:
space:
mode:
Diffstat (limited to 't/2goodperl.t')
-rw-r--r--t/2goodperl.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/2goodperl.t b/t/2goodperl.t
index ff805b644..8efa8367a 100644
--- a/t/2goodperl.t
+++ b/t/2goodperl.t
@@ -35,9 +35,10 @@
#Bugzilla Test 2#
####GoodPerl#####
-BEGIN { use Test::More tests => 102; }
BEGIN { use lib 't/'; }
BEGIN { use Support::Files; }
+BEGIN { $tests = @Support::Files::testitems * 2; }
+BEGIN { use Test::More tests => $tests; }
@testitems = @Support::Files::testitems; # get the files to test.