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
8284544a
"vscode:/vscode.git/clone" did not exist on "82004f9dbea436075daf93c8281b4150558e1d0c"
Unverified
Commit
8284544a
authored
Jun 22, 2021
by
Yossi Gottlieb
Committed by
GitHub
Jun 22, 2021
Browse files
Fix typo in test. (#9128)
parent
07b0d144
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/unit/networking.tcl
View file @
8284544a
...
...
@@ -86,7 +86,7 @@ start_server {config "minimal.conf" tags {"external:skip"}} {
# Get a non-loopback address of this instance for this test.
set myaddr
[
get_nonloopback_addr
]
if
{
$myaddr
!=
""
&& !
[
string match
{
127.*
}
$myaddr
]}
{
# Non-loopback client shou
d
l fail by default
# Non-loopback client shoul
d
fail by default
set r2
[
get_nonloopback_client
]
catch
{
$r2
ping
}
err
assert_match
{
*DENIED*
}
$err
...
...
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