--- a/tests/test-push-http.t Sun Oct 17 04:14:06 2010 +0200
+++ b/tests/test-push-http.t Sat Oct 16 18:09:01 2010 +0200
@@ -13,12 +13,12 @@
$ echo a >> a
$ hg ci -mb
$ req() {
- > hg serve -p $HGPORT -d --pid-file=hg.pid -E errors.log
- > cat hg.pid >> $DAEMON_PIDS
- > hg --cwd ../test2 push http://localhost:$HGPORT/
- > kill `cat hg.pid`
- > echo % serve errors
- > cat errors.log
+ > hg serve -p $HGPORT -d --pid-file=hg.pid -E errors.log
+ > cat hg.pid >> $DAEMON_PIDS
+ > hg --cwd ../test2 push http://localhost:$HGPORT/
+ > kill `cat hg.pid`
+ > echo % serve errors
+ > cat errors.log
> }
$ cd ../test