--- a/tests/test-pull-http.t Sun Oct 17 04:14:06 2010 +0200
+++ b/tests/test-pull-http.t Sat Oct 16 18:09:01 2010 +0200
@@ -29,12 +29,12 @@
$ cat errors.log
$ req() {
- > hg serve -p $HGPORT -d --pid-file=hg.pid -E errors.log
- > cat hg.pid >> $DAEMON_PIDS
- > hg --cwd ../test pull 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 ../test pull http://localhost:$HGPORT/
+ > kill `cat hg.pid`
+ > echo % serve errors
+ > cat errors.log
> }
expect error, pulling not allowed