##// END OF EJS Templates
tests: also allow "Protocol not supported" in test-http-proxy error...
Augie Fackler -
r30851:7bfe02b5 stable
parent child Browse files
Show More
@@ -83,10 +83,11 b' url with user name and password'
83 updating to branch default
83 updating to branch default
84 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
84 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
85
85
86 bad host:port for proxy
86 bad host:port for proxy ("Protocol not supported" can happen on
87 misconfigured hosts)
87
88
88 $ http_proxy=localhost:$HGPORT2 hg clone --config http_proxy.always=True http://localhost:$HGPORT/ f
89 $ http_proxy=localhost:$HGPORT2 hg clone --config http_proxy.always=True http://localhost:$HGPORT/ f
89 abort: error: Connection refused
90 abort: error: (Connection refused|Protocol not supported) (re)
90 [255]
91 [255]
91
92
92 do not use the proxy if it is in the no list
93 do not use the proxy if it is in the no list
General Comments 0
You need to be logged in to leave comments. Login now