From 55bc3dc4ccd0f4d1f8612c45c5577500d35bdf18 Mon Sep 17 00:00:00 2001 From: Clemens Buchacher Date: Mon, 17 Oct 2011 21:55:47 +0200 Subject: [PATCH] use test number as port number Test 5550 was apparently using the default port number by mistake. Signed-off-by: Clemens Buchacher Signed-off-by: Junio C Hamano --- t/t5550-http-fetch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t5550-http-fetch.sh b/t/t5550-http-fetch.sh index b6e6ec9607..a2db096a1e 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' ' -- 2.11.4.GIT