diff options
Diffstat (limited to 't/1compile.t')
-rw-r--r-- | t/1compile.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/1compile.t b/t/1compile.t index 7241197ca..8886d685b 100644 --- a/t/1compile.t +++ b/t/1compile.t @@ -35,10 +35,10 @@ ################# #Bugzilla Test 1# ###Compilation### - -BEGIN { use Test::More tests => 55; } BEGIN { use lib 't/'; } BEGIN { use Support::Files; } +BEGIN { $tests = @Support::Files::testitems + 4; } +BEGIN { use Test::More tests => $tests; } # First now we test the scripts @testitems = @Support::Files::testitems; |