diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-10-18 21:59:11 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-10-18 21:59:11 -0700 |
commit | 43a3b0284f97c9beb31ba3d53ffb8a191314b1f4 (patch) | |
tree | 3a7c15d9558a7d6ee9341aed74ddc2ea4a952b75 /t/t5550-http-fetch.sh | |
parent | 380f26c29ba8b32c0f4e450c9a6c48e24e0919da (diff) | |
parent | 55bc3dc4ccd0f4d1f8612c45c5577500d35bdf18 (diff) | |
download | git-43a3b0284f97c9beb31ba3d53ffb8a191314b1f4.tar.gz |
Merge branch 'cb/httpd-test-fix-port'
* cb/httpd-test-fix-port:
use test number as port number
Diffstat (limited to 't/t5550-http-fetch.sh')
-rwxr-xr-x | t/t5550-http-fetch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5550-http-fetch.sh b/t/t5550-http-fetch.sh index d1ab4d0e4c..311a33ca84 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' ' |