From: Clemens Buchacher Date: Mon, 17 Oct 2011 19:55:47 +0000 (+0200) Subject: use test number as port number X-Git-Tag: v1.7.8-rc0~44^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=55bc3dc4ccd0f4d1f8612c45c5577500d35bdf18;p=git.git 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 --- diff --git a/t/t5550-http-fetch.sh b/t/t5550-http-fetch.sh index b6e6ec960..a2db096a1 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' '