X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/ab72b4833d2054231437acccec36f32f07290075..8b654e54c490161983e42a328675e484e404e2d2:/tests/unit/auth.tcl?ds=sidebyside diff --git a/tests/unit/auth.tcl b/tests/unit/auth.tcl index 5bc83de8..8ccda95d 100644 --- a/tests/unit/auth.tcl +++ b/tests/unit/auth.tcl @@ -1,4 +1,4 @@ -start_server default.conf {{requirepass foobar}} { +start_server {tags {"auth"} overrides {requirepass foobar}} { test {AUTH fails when a wrong password is given} { catch {r auth wrong!} err format $err