# HG changeset patch
# User Manuel Jacob <m...@manueljacob.de>
# Date 1590858293 -7200
#      Sat May 30 19:04:53 2020 +0200
# Node ID cb67261e7796a4b31597192a4f4cde83fb1bc406
# Parent  89f83e47e9c9ad53a04c8c829730f04d8275437e
tests: stop checking for optional, now impossible output

In 7dd63a8cb1ee, the code that could output that line was removed.

diff --git a/tests/test-https.t b/tests/test-https.t
--- a/tests/test-https.t
+++ b/tests/test-https.t
@@ -59,7 +59,6 @@ we are able to load CA certs.
 #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]
diff --git a/tests/test-patchbomb-tls.t b/tests/test-patchbomb-tls.t
--- a/tests/test-patchbomb-tls.t
+++ b/tests/test-patchbomb-tls.t
@@ -55,7 +55,6 @@ we are able to load CA certs:
   
   
   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]

_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to