# HG changeset patch # User Manuel Jacob # Date 1590858293 -7200 # Node ID 1409da2148c87a31ad62a900f7caa8aa6678635e # Parent 1537ce87e3ba3759470aaaa812143ee972ef9eb8 tests: stop checking for optional, now impossible output In 7dd63a8cb1ee, the code that could output that line was removed. diff -r 1537ce87e3ba -r 1409da2148c8 tests/test-https.t --- 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] diff -r 1537ce87e3ba -r 1409da2148c8 tests/test-patchbomb-tls.t --- 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]