Test: dump.tcl fixed for RESTORE new error msg.

This commit is contained in:
antirez 2014-05-22 15:56:17 +02:00
parent 762b1ae2be
commit 17b05afda9

View File

@ -31,7 +31,7 @@ start_server {tags {"dump"}} {
set e {}
catch {r restore foo 0 "..."} e
set e
} {*is busy*}
} {*BUSYKEY*}
test {RESTORE can overwrite an existing key with REPLACE} {
r set foo bar1