fix for the just added new test

This commit is contained in:
antirez 2010-01-15 10:37:37 -05:00
parent 02fcfc1e39
commit 5f8e5d7c9e

View File

@ -293,7 +293,7 @@ proc main {server port} {
set index [randomInt 100] set index [randomInt 100]
set buf [$r get bigpayload_$index] set buf [$r get bigpayload_$index]
if {$buf != $payload($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 break
} }
} }