From 2d7ff3e91e14cb6ee3eb52e6f52e426320508a42 Mon Sep 17 00:00:00 2001 From: Debian Python Team Date: Mon, 11 Apr 2022 13:08:09 +0100 Subject: [PATCH] _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 --- tests/test-https.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.30.2