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");
|
unlike($fileout, qr/$error_regexp/, "just ran help");
|
||||||
$tests++;
|
$tests++;
|
||||||
|
|
||||||
$fileout = `./testssl.sh --ssl-native --color=0 --fast google.com 2>&1`;
|
$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 google.com");
|
unlike($fileout, qr/$error_regexp/, "ran --ssl-native --color=0 --fast --ip=one google.com");
|
||||||
$tests++;
|
$tests++;
|
||||||
|
|
||||||
printf "\n";
|
printf "\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user