summaryrefslogtreecommitdiff
path: root/tests/unit/acl.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/acl.tcl')
-rw-r--r--tests/unit/acl.tcl5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/unit/acl.tcl b/tests/unit/acl.tcl
index 85c9b81a9..e81280995 100644
--- a/tests/unit/acl.tcl
+++ b/tests/unit/acl.tcl
@@ -255,4 +255,9 @@ start_server {tags {"acl"}} {
r ACL setuser default on
set e
} {*NOAUTH*}
+
+ test {ACL HELP should not have unexpected options} {
+ catch {r ACL help xxx} e
+ assert_match "*Unknown subcommand or wrong number of arguments*" $e
+ }
}