]> git.saurik.com Git - redis.git/blobdiff - tests/unit/auth.tcl
gitignore now includes a few more files
[redis.git] / tests / unit / auth.tcl
index 5bc83de80b111b289626d6cff811f3ba6bff991c..8ccda95dffceb4b6b6ce24ffd3bdce9b581d580d 100644 (file)
@@ -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