From: Debian Python Team Date: Tue, 7 Jun 2022 18:53:46 +0000 (+0100) Subject: _test__accept_another_error_message_on_lack_of_TLS_client_certificate X-Git-Tag: archive/raspbian/6.1.3-1+rpi1^2~9 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1cbaf69ed8020826311fe03b679eab3a174f1240;p=mercurial.git _test__accept_another_error_message_on_lack_of_TLS_client_certificate # HG changeset patch # User Julien Cristau # Date 1649508210 -7200 # Sat Apr 09 14:43:30 2022 +0200 # Node ID 36b3fa18a82ba359f6c707f583ec26596d8ee479 # Parent 416d9bf1c5eaeba34bbc25baee37ae32e81d50f1 test: accept another error message on lack of TLS client certificate Differential Revision: https://phab.mercurial-scm.org/D12492 Gbp-Pq: Topic py310 Gbp-Pq: Name 7_test__accept_another_error_message_on_lack_of_TLS_client_certificate.patch --- diff --git a/tests/test-https.t b/tests/test-https.t index dac3d38..bcd6581 100644 --- a/tests/test-https.t +++ b/tests/test-https.t @@ -518,7 +518,7 @@ Start hgweb that requires client certificates: without client certificate: $ P="$CERTSDIR" hg id https://localhost:$HGPORT/ - abort: error: .*(\$ECONNRESET\$|certificate required|handshake failure).* (re) + abort: error: .*(\$ECONNRESET\$|certificate required|handshake failure|EOF occurred).* (re) [100] with client certificate: