From bf83c0fa5d2931efae64a2386c263b1efc7072fb Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Tue, 13 Jan 2004 06:52:37 +0000 Subject: Bug 216523: t/Support/Files.pm fails to include Bugzilla/Template/Plugin/Bugzilla.pm in the file list; patch by zach@zachlipton.com; r=jouni; a=justdave. --- t/Support/Files.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 't') 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) = @_; -- cgit v1.2.3-24-g4f1b