From 97ab1b8696fc6e149ab443fbc85adec334c8a04e Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 25 Jul 2007 19:52:21 +0000 Subject: [PATCH] =?utf8?q?Bug=20389407:=20api/Bugzilla/Auth.html=20incorre?= =?utf8?q?ctly=20detected=20by=20t/009bugwords.t=20-=20Patch=20by=20Fr?= =?utf8?q?=C3=83=C2=A9d=C3=83=C2=A9ric=20Buclin=20=20r?= =?utf8?q?=3Dmkanat=20a=3DLpSolit?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- t/009bugwords.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.47.2