##// END OF EJS Templates
Use more compatible `cmd` instead of $(cmd) in test-http-proxy
Thomas Arendsen Hein -
r2542:a20877c8 default
parent child Browse files
Show More
@@ -26,5 +26,5 b' http_proxy=http://user:passwd@localhost:'
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
General Comments 0
You need to be logged in to leave comments. Login now