Scripting test: match new error message.

This commit is contained in:
antirez 2016-05-06 09:12:56 +02:00
parent 605bcd0f1a
commit 97e1c04f9c

View File

@ -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