diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-10-19 06:59:11 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-10-19 06:59:11 +0200 |
commit | 43a3b0284f97c9beb31ba3d53ffb8a191314b1f4 (patch) | |
tree | 3a7c15d9558a7d6ee9341aed74ddc2ea4a952b75 /t/t5550-http-fetch.sh | |
parent | Merge branch 'jn/gitweb-manpages' (diff) | |
parent | use test number as port number (diff) | |
download | git-43a3b0284f97c9beb31ba3d53ffb8a191314b1f4.tar.xz git-43a3b0284f97c9beb31ba3d53ffb8a191314b1f4.zip |
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' ' |