summaryrefslogtreecommitdiffstats
path: root/t/005whitespace.t
diff options
context:
space:
mode:
Diffstat (limited to 't/005whitespace.t')
-rw-r--r--t/005whitespace.t5
1 files changed, 3 insertions, 2 deletions
diff --git a/t/005whitespace.t b/t/005whitespace.t
index 624df69f6..8cb2f7e8f 100644
--- a/t/005whitespace.t
+++ b/t/005whitespace.t
@@ -17,10 +17,11 @@ use Support::Files;
use Support::Templates;
use File::Spec;
-use Test::More tests => ( scalar(@Support::Files::testitems)
+use Test::More tests => (scalar(@Support::Files::testitems)
+ + scalar(@Support::Files::test_files)
+ $Support::Templates::num_actual_files) * 3;
-my @testitems = @Support::Files::testitems;
+my @testitems = (@Support::Files::testitems, @Support::Files::test_files);
for my $path (@Support::Templates::include_paths) {
push(@testitems, map(File::Spec->catfile($path, $_),
Support::Templates::find_actual_files($path)));