mirror of
https://github.com/fluencelabs/redis
synced 2025-04-07 10:01:04 +00:00
Scripting test: match new error message.
This commit is contained in:
parent
2205c465ca
commit
f9ee039a76
@ -330,7 +330,7 @@ start_server {tags {"scripting"}} {
|
|||||||
test {Globals protection reading an undeclared global variable} {
|
test {Globals protection reading an undeclared global variable} {
|
||||||
catch {r eval {return a} 0} e
|
catch {r eval {return a} 0} e
|
||||||
set e
|
set e
|
||||||
} {*ERR*attempted to access unexisting global*}
|
} {*ERR*attempted to access * global*}
|
||||||
|
|
||||||
test {Globals protection setting an undeclared global*} {
|
test {Globals protection setting an undeclared global*} {
|
||||||
catch {r eval {a=10} 0} e
|
catch {r eval {a=10} 0} e
|
||||||
|
Loading…
x
Reference in New Issue
Block a user