# HG changeset patch # User Anton Shestakov # Date 2022-10-19 13:00:03 # Node ID c7c437f35687d00a24932f10d6ac5b4979b63e7c # Parent 45268599f55e03cc91c4bce81c2ec06b3adbf1ee tests: catch "Can't assign requested address" in test-https.t (issue6726) diff --git a/tests/test-https.t b/tests/test-https.t --- a/tests/test-https.t +++ b/tests/test-https.t @@ -495,7 +495,7 @@ Test when proxy can't connect to server $ http_proxy=http://localhost:$HGPORT1/ hg -R copy-pull pull --insecure https://localhost:0/ pulling from https://localhost:0/ - abort: error: Tunnel connection failed: 404 Connection refused + abort: error: Tunnel connection failed: 404 (Connection refused|\$EADDRNOTAVAIL\$) (re) [100]