diff --git a/webtools/bugzilla/t/008filter.t b/webtools/bugzilla/t/008filter.t index 84ab3b2c7c4..8c4e3e24adb 100644 --- a/webtools/bugzilla/t/008filter.t +++ b/webtools/bugzilla/t/008filter.t @@ -222,7 +222,7 @@ sub directive_ok { return 1 if $directive =~ /FILTER\ (html|csv|js|base64|url_quote|css_class_quote| ics|quoteUrls|time|uri|xml|lower| obsolete|inactive|closed|unitconvert| - none)/x; + none)\b/x; return 0; }