mirror of
https://github.com/mirror/wget.git
synced 2025-01-29 05:40:27 +08:00
* tests/Test-https-weboftrust.px: Fix/add sslport
This commit is contained in:
parent
a9a953feee
commit
a30a5a9059
@ -99,7 +99,8 @@ my $sslsock = SSLTest->new(cmdline => $cmdline,
|
|||||||
output => \%expected_downloaded_files,
|
output => \%expected_downloaded_files,
|
||||||
certfile => $usrcrt,
|
certfile => $usrcrt,
|
||||||
keyfile => $usrkey,
|
keyfile => $usrkey,
|
||||||
lhostname => $testhostname);
|
lhostname => $testhostname,
|
||||||
|
sslport => $port);
|
||||||
if ($sslsock->run() == 0)
|
if ($sslsock->run() == 0)
|
||||||
{
|
{
|
||||||
exit 0;
|
exit 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user