Test 5550 was apparently using the default port number by mistake. Signed-off-by: Clemens Buchacher <drizzd@xxxxxx> --- On Sun, Oct 16, 2011 at 10:01:03PM -0400, Jeff King wrote: > > LIB_DAEMON_PORT=${LIB_DAEMON_PORT-'5570'} Thanks, I missed that. Clemens t/t5550-http-fetch.sh | 2 +- t/t5570-git-daemon.sh | 1 + 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/t/t5550-http-fetch.sh b/t/t5550-http-fetch.sh index a1883ca..8a77750 100755 --- a/t/t5550-http-fetch.sh +++ b/t/t5550-http-fetch.sh @@ -8,8 +8,8 @@ if test -n "$NO_CURL"; then test_done fi -. "$TEST_DIRECTORY"/lib-httpd.sh LIB_HTTPD_PORT=${LIB_HTTPD_PORT-'5550'} +. "$TEST_DIRECTORY"/lib-httpd.sh start_httpd test_expect_success 'setup repository' ' diff --git a/t/t5570-git-daemon.sh b/t/t5570-git-daemon.sh index e6482eb..a92d996 100755 --- a/t/t5570-git-daemon.sh +++ b/t/t5570-git-daemon.sh @@ -3,6 +3,7 @@ test_description='test fetching over git protocol' . ./test-lib.sh +LIB_DAEMON_PORT=${LIB_DAEMON_PORT-'5570'} . "$TEST_DIRECTORY"/lib-daemon.sh start_daemon -- 1.7.7 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html