From 9fc1ce2f05d377d7c8d461b2b7cd7dfff3618b3d Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 28 Jan 2019 11:39:58 +0100 Subject: [PATCH] ACL: create unit test. --- tests/unit/acl.tcl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/unit/acl.tcl diff --git a/tests/unit/acl.tcl b/tests/unit/acl.tcl new file mode 100644 index 00000000..fcd5a0ca --- /dev/null +++ b/tests/unit/acl.tcl @@ -0,0 +1,5 @@ +start_server {tags {"acl"}} { + test {Connections start with the default user} { + r ACL WHOAMI + } {default} +}