tests/test-http-proxy
changeset 2542 a20877c8a3e2
parent 2337 3f24bc5dee81
child 2571 83cfd95eafb5
equal deleted inserted replaced
2541:14dff1dacabe 2542:a20877c8a3e2
    24 http_proxy=http://user:passwd@localhost:20060 hg clone --config http_proxy.always=True http://user:passwd@localhost:20059/ e
    24 http_proxy=http://user:passwd@localhost:20060 hg clone --config http_proxy.always=True http://user:passwd@localhost:20059/ e
    25 
    25 
    26 echo %% bad host:port for proxy
    26 echo %% bad host:port for proxy
    27 http_proxy=localhost:20061 hg clone --config http_proxy.always=True http://localhost:20059/ f
    27 http_proxy=localhost:20061 hg clone --config http_proxy.always=True http://localhost:20059/ f
    28 
    28 
    29 kill $(cat proxy.pid a/hg.pid)
    29 kill `cat proxy.pid a/hg.pid`
    30 exit 0
    30 exit 0