Commit 17b05afd authored by antirez's avatar antirez
Browse files

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

parent 762b1ae2
...@@ -31,7 +31,7 @@ start_server {tags {"dump"}} { ...@@ -31,7 +31,7 @@ start_server {tags {"dump"}} {
set e {} set e {}
catch {r restore foo 0 "..."} e catch {r restore foo 0 "..."} e
set e set e
} {*is busy*} } {*BUSYKEY*}
test {RESTORE can overwrite an existing key with REPLACE} { test {RESTORE can overwrite an existing key with REPLACE} {
r set foo bar1 r set foo bar1
......
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