# HG changeset patch
# User Matt Harbison <matt_harbi...@yahoo.com>
# Date 1491678405 14400
#      Sat Apr 08 15:06:45 2017 -0400
# Node ID 42c7df6da065e310c5685fbba2799ffe77d73afd
# Parent  651cf90e65f6c5f5717caa9779f268319e2bc676
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 --git a/tests/test-http-proxy.t b/tests/test-http-proxy.t
--- a/tests/test-http-proxy.t
+++ b/tests/test-http-proxy.t
@@ -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
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to