# 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
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: