Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
f9ee039a
Commit
f9ee039a
authored
May 06, 2016
by
antirez
Browse files
Scripting test: match new error message.
parent
2205c465
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/unit/scripting.tcl
View file @
f9ee039a
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment