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

This commit is contained in:
antirez
2014-05-23 09:26:04 +02:00
parent 0e1b5ff63b
commit 1d70312028
+1 -1
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