# HG changeset patch # User Matt Harbison # Date 1491678405 14400 # Node ID 9259cf823690e4fcd34a4d2ecd57ced2060d2b3d # Parent 67ea8e857489a3084db97442287ed2824e8d8ab3 test-http-proxy: add the Windows variant of "connection refused" The full error is "No connection could be made because the target machine actively refused it". diff -r 67ea8e857489 -r 9259cf823690 tests/test-http-proxy.t --- a/tests/test-http-proxy.t Sat Apr 08 15:01:49 2017 -0400 +++ b/tests/test-http-proxy.t Sat Apr 08 15:06:45 2017 -0400 @@ -87,7 +87,7 @@ misconfigured hosts) $ http_proxy=localhost:$HGPORT2 hg clone --config http_proxy.always=True http://localhost:$HGPORT/ f - abort: error: (Connection refused|Protocol not supported) (re) + abort: error: (Connection refused|Protocol not supported|.* actively refused it) (re) [255] do not use the proxy if it is in the no list