Skip to content

Commit ea59196

Browse files
committed
fix a bug in test
1 parent 9ddb6e8 commit ea59196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/dump.tcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ start_server {tags {"dump"}} {
3131
set e {}
3232
catch {r restore foo 0 "..."} e
3333
set e
34-
} {*is busy*}
34+
} {*BUSYKEY*}
3535

3636
test {RESTORE can overwrite an existing key with REPLACE} {
3737
r set foo bar1

0 commit comments

Comments
 (0)