Unverified Commit 8284544a authored by Yossi Gottlieb's avatar Yossi Gottlieb Committed by GitHub
Browse files

Fix typo in test. (#9128)

parent 07b0d144
...@@ -86,7 +86,7 @@ start_server {config "minimal.conf" tags {"external:skip"}} { ...@@ -86,7 +86,7 @@ start_server {config "minimal.conf" tags {"external:skip"}} {
# Get a non-loopback address of this instance for this test. # Get a non-loopback address of this instance for this test.
set myaddr [get_nonloopback_addr] set myaddr [get_nonloopback_addr]
if {$myaddr != "" && ![string match {127.*} $myaddr]} { if {$myaddr != "" && ![string match {127.*} $myaddr]} {
# Non-loopback client shoudl fail by default # Non-loopback client should fail by default
set r2 [get_nonloopback_client] set r2 [get_nonloopback_client]
catch {$r2 ping} err catch {$r2 ping} err
assert_match {*DENIED*} $err assert_match {*DENIED*} $err
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment