summaryrefslogtreecommitdiffstats
path: root/t/Support/Files.pm
diff options
context:
space:
mode:
Diffstat (limited to 't/Support/Files.pm')
-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 e822346d0..ffadc562c 100644
--- a/t/Support/Files.pm
+++ b/t/Support/Files.pm
@@ -35,7 +35,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'));
+@files = (glob($file), glob('Bugzilla/*.pm'), glob('Bugzilla/*/*.pm'),
+ glob('Bugzilla/*/*/*.pm'));
sub have_pkg {
my ($pkg) = @_;