diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/badssl.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/badssl.sh b/tests/badssl.sh index 4764537..dd4db14 100755 --- a/tests/badssl.sh +++ b/tests/badssl.sh @@ -48,7 +48,7 @@ do_test() result_ "${result}" -D "${directive}" -- "${ok} ${host}" } -plan_ 40 +plan_ 39 # Certificate @@ -107,8 +107,6 @@ do_test '' 'not' 'dh-compsite' 443 do_test '' 'not' 'static-rsa' 443 -do_test '' 'not' 'invalid-expected-sct' 443 - # Protocol do_test '' 'not' 'tls-v1-0' 1010 |