From 17b05afda9b751f46facfc1948276ead137a6801 Mon Sep 17 00:00:00 2001
From: antirez <antirez@gmail.com>
Date: Thu, 22 May 2014 15:56:17 +0200
Subject: [PATCH] Test: dump.tcl fixed for RESTORE new error msg.

---
 tests/unit/dump.tcl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/unit/dump.tcl b/tests/unit/dump.tcl
index dbe4e1db..d39204f9 100644
--- a/tests/unit/dump.tcl
+++ b/tests/unit/dump.tcl
@@ -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