From f9ee039a76f55df4380c68ad68bcaf9573fd7d09 Mon Sep 17 00:00:00 2001 From: antirez Date: Fri, 6 May 2016 09:12:56 +0200 Subject: [PATCH] Scripting test: match new error message. --- tests/unit/scripting.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/scripting.tcl b/tests/unit/scripting.tcl index 07553b1d..825a73ed 100644 --- a/tests/unit/scripting.tcl +++ b/tests/unit/scripting.tcl @@ -330,7 +330,7 @@ start_server {tags {"scripting"}} { test {Globals protection reading an undeclared global variable} { catch {r eval {return a} 0} e set e - } {*ERR*attempted to access unexisting global*} + } {*ERR*attempted to access * global*} test {Globals protection setting an undeclared global*} { catch {r eval {a=10} 0} e