changeset 10398 | ace3cf2bc991 |
parent 10154 | d4a62b6d4a58 |
child 10470 | 2b57eed1be0b |
--- a/tests/test-pull Sun Feb 07 10:47:54 2010 -0500 +++ b/tests/test-pull Mon Feb 08 02:53:41 2010 +0100 @@ -11,13 +11,13 @@ cat hg.pid >> $DAEMON_PIDS cd .. -hg clone --pull http://localhost:$HGPORT/ copy | sed -e 's,:[0-9][0-9]*/,/,' +hg clone --pull http://localhost:$HGPORT/ copy | sed -e "s,:$HGPORT/,:\$HGPORT/," cd copy hg verify hg co cat foo hg manifest --debug -hg pull | sed -e 's,:[0-9][0-9]*/,/,' +hg pull | sed -e "s,:$HGPORT/,:\$HGPORT/," echo % issue 622 cd ..