summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/Support/Files.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/Support/Files.pm b/t/Support/Files.pm
index de5b598c5..de173e83e 100644
--- a/t/Support/Files.pm
+++ b/t/Support/Files.pm
@@ -36,7 +36,8 @@ package Support::Files;
# XXX - this file should really be rewritten to use File::Find or similar
$file = '*';
@files = (glob($file), glob('Bugzilla/*.pm'), glob('Bugzilla/*/*.pm'),
- glob('Bugzilla/*/*/*.pm'));
+ glob('Bugzilla/*/*/*.pm'), glob('Bugzilla/*/*/*/*.pm'),
+ glob('Bugzilla/*/*/*/*/*.pm'));
sub have_pkg {
my ($pkg) = @_;