diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-29 23:54:30 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-29 23:54:30 (EDT) |
commit | 276f6b6d9368ac9ae7fb72e82eaa36451c450b3d (patch) | |
tree | e6c70c7c656294edc742a8e96289915ea6905057 | |
parent | 54c3b236a4ef42c9b8d866a1cf805d478c2e2753 (diff) |
tests/badssl.sh: Fix Mozilla recommendation results
-rwxr-xr-x | tests/badssl.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/badssl.sh b/tests/badssl.sh index 7ae2891..706dc97 100755 --- a/tests/badssl.sh +++ b/tests/badssl.sh @@ -82,8 +82,8 @@ do_test 'not' '3des' 443 do_test 'not' 'null' 443 do_test 'not' 'mozilla-old' 443 -do_test 'not' 'mozilla-intermediate' 443 -do_test 'not' 'mozilla-modern' 443 +do_test ' ' 'mozilla-intermediate' 443 +do_test ' ' 'mozilla-modern' 443 # Key Exchange |