From 54641d0e624239fdbe1c9e6dc724b977f2aeebbb Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 15 Aug 2006 02:45:15 +0000 Subject: Bug 275636: Templatise 'newchangedmail' email (BugMail) - Patch by André Batosti r=LpSolit a=myk 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 9249ba4ac..5b1a9d6ba 100644 --- a/t/009bugwords.t +++ b/t/009bugwords.t @@ -77,7 +77,7 @@ foreach my $file (@testitems) { } # "Bugzilla" - if (grep /Bugzilla[^_]/, $text) { + if (grep /(?|USE |= )Bugzilla/, $text) { push(@errors, [$lineno, $text]); -- cgit v1.2.3-24-g4f1b