X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/00cf82c0bd9e0272a06f086b00a70d5d5d0f5e31..f3e159bc931e8417df0ec432b8760bacc163530e:/tests/support/redis.tcl?ds=sidebyside diff --git a/tests/support/redis.tcl b/tests/support/redis.tcl index 4f8ac485..ca6cf34b 100644 --- a/tests/support/redis.tcl +++ b/tests/support/redis.tcl @@ -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"} } }