From: lpsolit%gmail.com <> Date: Wed, 25 Jul 2007 19:52:21 +0000 (+0000) Subject: Bug 389407: api/Bugzilla/Auth.html incorrectly detected by t/009bugwords.t - Patch... X-Git-Tag: bugzilla-3.0.1~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97ab1b8696fc6e149ab443fbc85adec334c8a04e;p=thirdparty%2Fbugzilla.git Bug 389407: api/Bugzilla/Auth.html incorrectly detected by t/009bugwords.t - Patch by Frédéric Buclin r=mkanat a=LpSolit --- diff --git a/t/009bugwords.t b/t/009bugwords.t index a4962f223b..8abbe16061 100644 --- a/t/009bugwords.t +++ b/t/009bugwords.t @@ -79,7 +79,7 @@ foreach my $file (@testitems) { # "Bugzilla" if (grep /(?|USE |= )Bugzilla/, $text) { + unless (grep /(\/\/.*|org.*>|api\/|USE |= )Bugzilla/, $text) { push(@errors, [$lineno, $text]); next; }