[PATCH] tests: stop checking for optional, now impossible output
Manuel Jacob
me at manueljacob.de
Sat May 30 17:05:09 UTC 2020
# HG changeset patch
# User Manuel Jacob <me at manueljacob.de>
# Date 1590858293 -7200
# Sat May 30 19:04:53 2020 +0200
# Node ID 70309bddd6a07a36583b54fef06591c212508990
# 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]
More information about the Mercurial-devel
mailing list