mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-31 04:41:15 +01:00
only one ip
This commit is contained in:
parent
2563dfb5e5
commit
bec9ebdda8
@ -18,8 +18,8 @@ my $retval=$?;
|
||||
unlike($fileout, qr/$error_regexp/, "just ran help");
|
||||
$tests++;
|
||||
|
||||
$fileout = `./testssl.sh --ssl-native --color=0 --fast google.com 2>&1`;
|
||||
unlike($fileout, qr/$error_regexp/, "ran --ssl-native --color=0 --fast google.com");
|
||||
$fileout = `./testssl.sh --ssl-native --color=0 --fast --ip=one google.com 2>&1`;
|
||||
unlike($fileout, qr/$error_regexp/, "ran --ssl-native --color=0 --fast --ip=one google.com");
|
||||
$tests++;
|
||||
|
||||
printf "\n";
|
||||
|
Loading…
Reference in New Issue
Block a user