diff --git a/t/01_testssl_banner.t b/t/01_testssl_banner.t index 4eccadd..f68d6df 100755 --- a/t/01_testssl_banner.t +++ b/t/01_testssl_banner.t @@ -14,7 +14,6 @@ my $error_regexp2='testssl.sh: line'; my $error_regexp3='bash: warning'; my $error_regexp4='command not found'; my $error_regexp5='(syntax error|unexpected token)'; -# my $good_regexp='free software.*USAGE w/o ANY WARRANTY.*OWN RISK.*Using.*ciphers.*built(.*)platform'; my $good_regexp='free software([\s\S]*)USAGE w/o ANY WARRANTY([\s\S]*)OWN RISK([\s\S]*)Using([\s\S]*)ciphers([\s\S]*)built([\s\S]*)platform'; printf "\n%s\n", "Testing whether just calling \"./testssl.sh --banner\" produces no error ...";