]> git.saurik.com Git - redis.git/blobdiff - tests/support/util.tcl
EVAL replication test: less false positives.
[redis.git] / tests / support / util.tcl
index a2a9f85133ea4dbe058dee73ad6c78bd91b16ed4..96af279d84118cbcbe9ea0855ceb9d14c682b914 100644 (file)
@@ -83,7 +83,7 @@ proc waitForBgrewriteaof r {
 
 proc wait_for_sync r {
     while 1 {
-        if {[status r master_link_status] eq "down"} {
+        if {[status $r master_link_status] eq "down"} {
             after 10
         } else {
             break