mirror of
https://github.com/mirror/wget.git
synced 2025-01-27 12:50:13 +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,
|
||||
certfile => $usrcrt,
|
||||
keyfile => $usrkey,
|
||||
lhostname => $testhostname);
|
||||
lhostname => $testhostname,
|
||||
sslport => $port);
|
||||
if ($sslsock->run() == 0)
|
||||
{
|
||||
exit 0;
|
||||
|
Loading…
Reference in New Issue
Block a user