only one ip

This commit is contained in:
Dirk 2020-01-18 21:44:24 +01:00
parent 2563dfb5e5
commit bec9ebdda8

View File

@ -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";