diff tests/test-webraw @ 2547:d75c68b55af8

test-webraw: do not store hostname in test output
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Fri, 30 Jun 2006 22:04:02 -0700
parents 8106e477f584
children 83cfd95eafb5
line wrap: on
line diff
--- a/tests/test-webraw
+++ b/tests/test-webraw
@@ -17,4 +17,5 @@ sleep 5
 kill `cat hg.pid`
 sleep 1 # wait for server to scream and die
 cat getoutput.txt
-cat access.log error.log | sed 's/^\([^[]*\[\)[^]]*\(\].*\)$/\1date\2/g'
+cat access.log error.log | \
+  sed 's/^[^ ]*\( [^[]*\[\)[^]]*\(\].*\)$/host\1date\2/'