]> git.saurik.com Git - redis.git/blobdiff - tests/support/redis.tcl
Redis test: regexp to check if valgrind reported errors modified. Now we no longer...
[redis.git] / tests / support / redis.tcl
index 4f8ac485dc69ffb29127927f8280c1a874cad4ec..ca6cf34b601eb83d57b66415e5cd71779c518491 100644 (file)
@@ -160,7 +160,7 @@ proc ::redis::redis_read_reply fd {
         - {return -code error [redis_read_line $fd]}
         $ {redis_bulk_read $fd}
         * {redis_multi_bulk_read $fd}
-        default {return -code error "Bad protocol, $type as reply type byte"}
+        default {return -code error "Bad protocol, '$type' as reply type byte"}
     }
 }