summaryrefslogtreecommitdiffstats
path: root/t/3safesys.t
diff options
context:
space:
mode:
Diffstat (limited to 't/3safesys.t')
-rw-r--r--t/3safesys.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/3safesys.t b/t/3safesys.t
index ced6d00ed..d11455513 100644
--- a/t/3safesys.t
+++ b/t/3safesys.t
@@ -35,9 +35,10 @@
#Bugzilla Test 3#
###Safesystem####
-BEGIN { use Test::More tests => 51; }
BEGIN { use lib 't/'; }
BEGIN { use Support::Files; }
+BEGIN { $tests = @Support::Files::testitems; }
+BEGIN { use Test::More tests => $tests; }
@testitems = @Support::Files::testitems;
my $verbose = $::ENV{VERBOSE};