From 192b02906b89fb61efdf60ef553d717a5d3e037f Mon Sep 17 00:00:00 2001 From: Connor Behan Date: Tue, 7 Jan 2014 15:36:28 -0500 Subject: Bug 770073 - Hardcode "Bugzilla" in templates when it's not related to a specific Bugzilla installation r=dkl,a=justdave --- t/009bugwords.t | 9 --------- 1 file changed, 9 deletions(-) (limited to 't') diff --git a/t/009bugwords.t b/t/009bugwords.t index 66262655c..988f747f2 100644 --- a/t/009bugwords.t +++ b/t/009bugwords.t @@ -60,15 +60,6 @@ foreach my $file (@testitems) { next; } } - - # "Bugzilla" - if (grep /(?|api\/|USE |= )Bugzilla/, $text) { - push(@errors, [$lineno, $text]); - next; - } - } } if (scalar(@errors)) { -- cgit v1.2.3-24-g4f1b