* tests/Test-https-weboftrust.px: Skip test, needs cert regen

This commit is contained in:
Tim Rühsen 2018-05-06 18:19:50 +02:00
parent 491c6914cb
commit f51936745a

View File

@ -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,