comparison tests/test-pull @ 10398:ace3cf2bc991

tests: don't just silently strip port numbers
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 08 Feb 2010 02:53:41 +0100
parents d4a62b6d4a58
children 2b57eed1be0b
comparison
equal deleted inserted replaced
10397:8cb81d75730c 10398:ace3cf2bc991
9 hg verify 9 hg verify
10 hg serve -p $HGPORT -d --pid-file=hg.pid 10 hg serve -p $HGPORT -d --pid-file=hg.pid
11 cat hg.pid >> $DAEMON_PIDS 11 cat hg.pid >> $DAEMON_PIDS
12 cd .. 12 cd ..
13 13
14 hg clone --pull http://localhost:$HGPORT/ copy | sed -e 's,:[0-9][0-9]*/,/,' 14 hg clone --pull http://localhost:$HGPORT/ copy | sed -e "s,:$HGPORT/,:\$HGPORT/,"
15 cd copy 15 cd copy
16 hg verify 16 hg verify
17 hg co 17 hg co
18 cat foo 18 cat foo
19 hg manifest --debug 19 hg manifest --debug
20 hg pull | sed -e 's,:[0-9][0-9]*/,/,' 20 hg pull | sed -e "s,:$HGPORT/,:\$HGPORT/,"
21 21
22 echo % issue 622 22 echo % issue 622
23 cd .. 23 cd ..
24 hg init empty 24 hg init empty
25 cd empty 25 cd empty