Commit bd0215fc authored by jocuri%softhome.net's avatar jocuri%softhome.net

Patch for bug 257106: Make testing suite know about new directory levels in…

Patch for bug 257106: Make testing suite know about new directory levels in Bugzilla/Auth; patch by Marc Schumann <wurblzap@gmail.com>; r=vladd, a=myk.
parent 0717422d
......@@ -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) = @_;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment