changeset 44886:1409da2148c8

tests: stop checking for optional, now impossible output In 7dd63a8cb1ee, the code that could output that line was removed.
author Manuel Jacob <me@manueljacob.de>
date Sat, 30 May 2020 19:04:53 +0200
parents 1537ce87e3ba
children 61cdc8137d53
files tests/test-https.t tests/test-patchbomb-tls.t
diffstat 2 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-https.t	Sat May 30 10:19:53 2020 -0400
+++ b/tests/test-https.t	Sat May 30 19:04:53 2020 +0200
@@ -59,7 +59,6 @@
 #if defaultcacertsloaded
   $ hg clone https://localhost:$HGPORT/ copy-pull
   warning: connecting to localhost using legacy security technology (TLS 1.0); see https://mercurial-scm.org/wiki/SecureConnections for more info (?)
-  (using CA certificates from *; if you see this message, your Mercurial install is not properly configured; see https://mercurial-scm.org/wiki/SecureConnections for how to configure Mercurial to avoid this message) (glob) (?)
   (the full certificate chain may not be available locally; see "hg help debugssl") (windows !)
   abort: error: *certificate verify failed* (glob)
   [255]
--- a/tests/test-patchbomb-tls.t	Sat May 30 10:19:53 2020 -0400
+++ b/tests/test-patchbomb-tls.t	Sat May 30 19:04:53 2020 +0200
@@ -55,7 +55,6 @@
   
   
   warning: connecting to localhost using legacy security technology (TLS 1.0); see https://mercurial-scm.org/wiki/SecureConnections for more info (?)
-  (using CA certificates from *; if you see this message, your Mercurial install is not properly configured; see https://mercurial-scm.org/wiki/SecureConnections for how to configure Mercurial to avoid this message) (glob) (?)
   (the full certificate chain may not be available locally; see "hg help debugssl") (windows !)
   (?i)abort: .*?certificate.verify.failed.* (re)
   [255]