summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-03-28 23:25:04 +0200
committerDave Lawrence <dlawrence@mozilla.com>2012-03-28 23:25:04 +0200
commite4953b938ed652365eeba7c967ea74882afbb0a3 (patch)
tree6ccdfb134b245c064376d1ea9aa84fff551b7342 /t
parent2838dad07581a783cfb4bcf32a2c003e22cb13e5 (diff)
downloadbugzilla-e4953b938ed652365eeba7c967ea74882afbb0a3.tar.gz
bugzilla-e4953b938ed652365eeba7c967ea74882afbb0a3.tar.xz
Bug 684701: add "watch user" to component watching
Diffstat (limited to 't')
-rw-r--r--t/008filter.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/008filter.t b/t/008filter.t
index f0e7a6429..d0c0311f6 100644
--- a/t/008filter.t
+++ b/t/008filter.t
@@ -175,7 +175,8 @@ sub directive_ok {
return 1 if $directive =~ /^(IF|END|UNLESS|FOREACH|PROCESS|INCLUDE|
BLOCK|USE|ELSE|NEXT|LAST|DEFAULT|FLUSH|
ELSIF|SET|SWITCH|CASE|WHILE|RETURN|STOP|
- TRY|CATCH|FINAL|THROW|CLEAR|MACRO|FILTER)/x;
+ TRY|CATCH|FINAL|THROW|CLEAR|MACRO|FILTER|
+ CALL)/x;
# ? :
if ($directive =~ /.+\?(.+):(.+)/) {