mirror of
https://github.com/mirror/wget.git
synced 2025-03-03 14:20:34 +08:00
* tests/Test-https-weboftrust.px: Skip test, needs cert regen
This commit is contained in:
parent
491c6914cb
commit
f51936745a
@ -8,6 +8,9 @@ use SSLTest;
|
||||
|
||||
###############################################################################
|
||||
|
||||
# TODO: regenerate the certs with endless lifetime
|
||||
exit 77;
|
||||
|
||||
# code, msg, headers, content
|
||||
my %urls = (
|
||||
'/somefile.txt' => {
|
||||
@ -96,7 +99,6 @@ my $sslsock = SSLTest->new(cmdline => $cmdline,
|
||||
input => \%urls,
|
||||
errcode => $expected_error_code,
|
||||
existing => \%existing_files,
|
||||
output => \%expected_downloaded_files,
|
||||
certfile => $usrcrt,
|
||||
keyfile => $usrkey,
|
||||
lhostname => $testhostname,
|
||||
|
Loading…
Reference in New Issue
Block a user