ACL: create unit test.

This commit is contained in:
antirez 2019-01-28 11:39:58 +01:00
parent af72a31490
commit 9fc1ce2f05

5
tests/unit/acl.tcl Normal file
View File

@ -0,0 +1,5 @@
start_server {tags {"acl"}} {
test {Connections start with the default user} {
r ACL WHOAMI
} {default}
}