From af19852c9e35f0364f692d76232d20d9fa5340b7 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 25 Jul 2007 19:51:00 +0000 Subject: Bug 389407: api/Bugzilla/Auth.html incorrectly detected by t/009bugwords.t - Patch by Frédéric Buclin r=mkanat a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- t/009bugwords.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/009bugwords.t b/t/009bugwords.t index a4962f223..8abbe1606 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; } -- cgit v1.2.3-24-g4f1b