##// END OF EJS Templates
tests: catch "Can't assign requested address" in test-https.t (issue6726)
av6 -
r50420:c7c437f3 stable
parent child Browse files
Show More
@@ -495,7 +495,7 b" Test when proxy can't connect to server"
495
495
496 $ http_proxy=http://localhost:$HGPORT1/ hg -R copy-pull pull --insecure https://localhost:0/
496 $ http_proxy=http://localhost:$HGPORT1/ hg -R copy-pull pull --insecure https://localhost:0/
497 pulling from https://localhost:0/
497 pulling from https://localhost:0/
498 abort: error: Tunnel connection failed: 404 Connection refused
498 abort: error: Tunnel connection failed: 404 (Connection refused|\$EADDRNOTAVAIL\$) (re)
499 [100]
499 [100]
500
500
501
501
General Comments 0
You need to be logged in to leave comments. Login now