diff options
Diffstat (limited to 'tests/Test-https-selfsigned.px')
-rwxr-xr-x | tests/Test-https-selfsigned.px | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Test-https-selfsigned.px b/tests/Test-https-selfsigned.px index 1f48a2bf..632017fe 100755 --- a/tests/Test-https-selfsigned.px +++ b/tests/Test-https-selfsigned.px @@ -47,7 +47,7 @@ unless ($addr) } unless (inet_ntoa($addr) =~ "127.0.0.1") { - warn "Failed to resolve $$addr, using $srcdir/certs/wgethosts\n"; + warn "Unexpected IP for localhost: ".inet_ntoa($addr)."\n"; exit 77; } |