From: antirez Date: Fri, 15 Jan 2010 15:37:37 +0000 (-0500) Subject: fix for the just added new test X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/5f8e5d7c9e49b8633edd74dfca246a1310e9c003 fix for the just added new test --- diff --git a/test-redis.tcl b/test-redis.tcl index 2d4b9dcb..cb2f9684 100644 --- a/test-redis.tcl +++ b/test-redis.tcl @@ -293,7 +293,7 @@ proc main {server port} { set index [randomInt 100] set buf [$r get bigpayload_$index] if {$buf != $payload($index)} { - set err "Values differ: I set '$buf' but I read back '$buf2'" + set err "Values differ: I set '$payload($index)' but I read back '$buf'" break } }