_test__accept_another_error_message_on_lack_of_TLS_client_certificate
authorDebian Python Team <team+python@tracker.debian.org>
Thu, 21 Apr 2022 22:42:37 +0000 (23:42 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 21 Apr 2022 22:42:37 +0000 (23:42 +0100)
# HG changeset patch
# User Julien Cristau <jcristau@debian.org>
# 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

index dac3d38bf9a6437f0e7c39b994723dd6c4ddbf32..bcd6581cfede796e876c46adb1c4e737e2fb5f5a 100644 (file)
@@ -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: