From bd0215fc26249dcd3e1fbac00e3b7e7d9b4d8b4b Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Fri, 3 Sep 2004 13:53:58 +0000 Subject: Patch for bug 257106: Make testing suite know about new directory levels in Bugzilla/Auth; patch by Marc Schumann ; r=vladd, a=myk. --- 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 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) = @_; -- cgit v1.2.3-24-g4f1b