Commit 5f8e5d7c authored by antirez's avatar antirez
Browse files

fix for the just added new test

parent 02fcfc1e
...@@ -293,7 +293,7 @@ proc main {server port} { ...@@ -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
} }
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment