Fix typo in test. (#9128)

This commit is contained in:
Yossi Gottlieb 2021-06-22 13:30:20 +03:00 committed by GitHub
parent 07b0d144ce
commit 8284544adb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 shoudl fail by default
# Non-loopback client should fail by default
set r2 [get_nonloopback_client]
catch {$r2 ping} err
assert_match {*DENIED*} $err