tests/test-http
changeset 2986 7827bc82ebc5
parent 2676 7c81e337fed2
child 3015 fa4229c60dd7
--- a/tests/test-http	Mon Aug 21 14:13:27 2006 -0700
+++ b/tests/test-http	Mon Aug 21 16:33:43 2006 -0700
@@ -11,7 +11,7 @@
 
 echo % clone via stream
 http_proxy= hg clone --uncompressed http://localhost:20059/ copy 2>&1 | \
-  sed -e 's/[0-9][0-9.]*/XXX/g'
+  sed -e 's/[0-9][0-9.]*/XXX/g' -e 's/.\(B\/sec\)/X\1/'
 hg verify -R copy
 
 echo % try to clone via stream, should use pull instead