test-hgweb-commands: replace all "XX years ago" occurences
authorPatrick Mezard <pmezard@gmail.com>
Mon, 24 Dec 2007 01:50:07 +0100
changeset 5687 ca7af19debea
parent 5686 5d14d71148b8
child 5688 883d887c6408
test-hgweb-commands: replace all "XX years ago" occurences
tests/test-hgweb-commands
tests/test-hgweb-commands.out
--- a/tests/test-hgweb-commands	Fri Dec 21 14:26:20 2007 -0800
+++ b/tests/test-hgweb-commands	Mon Dec 24 01:50:07 2007 +0100
@@ -31,7 +31,7 @@
 
 echo % Overviews
 "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/tags/?style=atom' | sed "s/http:\/\/[^/]*\//http:\/\/127.0.0.1\//"
-"$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/summary/?style=gitweb' | sed "s/[0-9]* years ago/long ago/"
+"$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/summary/?style=gitweb' | sed "s/[0-9]* years ago/long ago/g"
 
 echo % capabilities
 "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/capabilities'
Binary file tests/test-hgweb-commands.out has changed