summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/009bugwords.t9
1 files changed, 0 insertions, 9 deletions
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 /(?<!X\-)Bugzilla(?!_|::|-&gt|\.pm)/, $text) {
- # Exclude JS comments, hyperlinks, USE, and variable assignment.
- unless (grep /(\/\/.*|org.*>|api\/|USE |= )Bugzilla/, $text) {
- push(@errors, [$lineno, $text]);
- next;
- }
- }
}
if (scalar(@errors)) {