comparison tests/test-http-clone-r @ 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 a89aa3721114
children
comparison
equal deleted inserted replaced
10397:8cb81d75730c 10398:ace3cf2bc991
64 cd test-8 64 cd test-8
65 hg pull ../test-7 65 hg pull ../test-7
66 hg verify 66 hg verify
67 cd .. 67 cd ..
68 cd test-1 68 cd test-1
69 hg pull -r 4 http://localhost:$HGPORT/ 2>&1 | sed -e 's,:[0-9][0-9]*/,/,' 69 hg pull -r 4 http://localhost:$HGPORT/ 2>&1 | sed -e "s,:$HGPORT/,:\$HGPORT/,"
70 hg verify 70 hg verify
71 hg pull http://localhost:$HGPORT/ 2>&1 | sed -e 's,:[0-9][0-9]*/,/,' 71 hg pull http://localhost:$HGPORT/ 2>&1 | sed -e "s,:$HGPORT/,:\$HGPORT/,"
72 cd .. 72 cd ..
73 cd test-2 73 cd test-2
74 hg pull -r 5 http://localhost:$HGPORT/ 2>&1 | sed -e 's,:[0-9][0-9]*/,/,' 74 hg pull -r 5 http://localhost:$HGPORT/ 2>&1 | sed -e "s,:$HGPORT/,:\$HGPORT/,"
75 hg verify 75 hg verify
76 hg pull http://localhost:$HGPORT/ 2>&1 | sed -e 's,:[0-9][0-9]*/,/,' 76 hg pull http://localhost:$HGPORT/ 2>&1 | sed -e "s,:$HGPORT/,:\$HGPORT/,"
77 hg verify 77 hg verify
78 cd .. 78 cd ..
79 cat error.log 79 cat error.log