diff options
Diffstat (limited to 'tests/Test-https-crl.px')
-rwxr-xr-x | tests/Test-https-crl.px | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Test-https-crl.px b/tests/Test-https-crl.px index f5b2f3c..9b04825 100755 --- a/tests/Test-https-crl.px +++ b/tests/Test-https-crl.px @@ -42,7 +42,7 @@ $ENV{'HOSTALIASES'} = "$srcdir/certs/wgethosts"; my $addr = gethostbyname($testhostname); unless ($addr) { - warn "Failed to resolve $addr, using $srcdir/certs/wgethosts\n"; + warn "Failed to resolve $testhostname, using $srcdir/certs/wgethosts\n"; exit 77; } unless (inet_ntoa($addr) =~ "127.0.0.1") |