From b00b3531f37278f62a77f919976eae12c146870c Mon Sep 17 00:00:00 2001
From: Patrick McDermott <patrick.mcdermott@libiquity.com>
Date: Mon, 20 Jul 2020 21:52:03 -0400
Subject: tests/badssl.sh: Drop sha1-intermediate

This subdomain is defunct with an expired certificate:

    https://github.com/chromium/badssl.com/pull/445
---
diff --git a/tests/badssl.sh b/tests/badssl.sh
index 3dfcb1b..90e1795 100755
--- a/tests/badssl.sh
+++ b/tests/badssl.sh
@@ -50,7 +50,7 @@ do_test()
 	result_ "${result}" -D "${directive}" -- "${ok} ${host}"
 }
 
-plan_ 39
+plan_ 38
 
 # Certificate
 
@@ -68,7 +68,6 @@ diag_ 'no-subject fails since 2020-06-23 due to an expired certificate:'
 diag_ 'https://github.com/chromium/badssl.com/issues/447'
 do_test  ''      'not'  'incomplete-chain'       443
 
-do_test  'TODO'  'not'  'sha1-intermediate'      443
 do_test  ''      '   '  'sha256'                 443
 do_test  ''      '   '  'sha384'                 443
 do_test  ''      '   '  'sha512'                 443
--
cgit v0.9.1