mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-01 06:19:44 +01:00
fix wrong variable
This commit is contained in:
parent
b60dbc0fa6
commit
9257654522
@ -98,7 +98,7 @@ printf "\n%s\n", "STARTTLS FTP unit tests via sockets --> $uri ...";
|
||||
$socketout = `./testssl.sh $check2run -t ftp $uri`;
|
||||
# my $socket = json('tmp.json');
|
||||
# OCSP stapling fails sometimes with: 'offered, error querying OCSP responder (ERROR: No Status found)'
|
||||
$debughtml =~ s/ error querying OCSP responder .*\n//g;
|
||||
$socketout =~ s/ error querying OCSP responder .*\n//g;
|
||||
unlike($socketout, qr/(e|E)rror|(f|F)atal/, "");
|
||||
$tests++;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user