tests/test-http-proxy
changeset 7272 9105467b8167
parent 7269 95a53961d7a6
parent 7268 e05092a3c2fe
child 7903 490e40816cbd
--- a/tests/test-http-proxy	Mon Oct 27 21:50:16 2008 +0100
+++ b/tests/test-http-proxy	Tue Oct 28 00:03:28 2008 +0100
@@ -41,5 +41,5 @@
 echo %% do not use the proxy if it is in the no list
 http_proxy=localhost:$HGPORT1 hg clone --config http_proxy.no=localhost http://localhost:$HGPORT/ g
 
-cat proxy.log | sed -e 's/^.*\] /XXX /'
+cat proxy.log | sed -e 's/^.*\] /XXX /' -e 's/:[0-9][0-9]*/:/'
 exit 0