mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-12-13 02:32:05 +01:00
Add "command not found"
This commit is contained in:
@@ -14,8 +14,8 @@ my $uri="";
|
||||
my $json="";
|
||||
my $out="";
|
||||
# Blacklists we use to trigger an error:
|
||||
my $socket_regex_bl='(e|E)rror|\.\/testssl\.sh: line |(f|F)atal';
|
||||
my $openssl_regex_bl='(e|E)rror|(f|F)atal|\.\/testssl\.sh: line |Oops|s_client connect problem';
|
||||
my $socket_regex_bl='(e|E)rror|\.\/testssl\.sh: line |(f|F)atal|(c|C)ommand not found';
|
||||
my $openssl_regex_bl='(e|E)rror|(f|F)atal|\.\/testssl\.sh: line |Oops|s_client connect problem|(c|C)ommand not found';
|
||||
|
||||
die "Unable to open $prg" unless -f $prg;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user