# HG changeset patch # User Thomas Arendsen Hein # Date 1151696484 -7200 # Node ID a20877c8a3e257ae3503c7f4cbbccb92f93b5820 # Parent 14dff1dacabeccfe5290974c71b91da0dbafe210 Use more compatible `cmd` instead of $(cmd) in test-http-proxy diff -r 14dff1dacabe -r a20877c8a3e2 tests/test-http-proxy --- a/tests/test-http-proxy Fri Jun 30 21:40:56 2006 +0200 +++ b/tests/test-http-proxy Fri Jun 30 21:41:24 2006 +0200 @@ -26,5 +26,5 @@ echo %% bad host:port for proxy http_proxy=localhost:20061 hg clone --config http_proxy.always=True http://localhost:20059/ f -kill $(cat proxy.pid a/hg.pid) +kill `cat proxy.pid a/hg.pid` exit 0