summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-10-19 04:59:11 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-10-19 04:59:11 (GMT)
commit43a3b0284f97c9beb31ba3d53ffb8a191314b1f4 (patch)
tree3a7c15d9558a7d6ee9341aed74ddc2ea4a952b75
parent380f26c29ba8b32c0f4e450c9a6c48e24e0919da (diff)
parent55bc3dc4ccd0f4d1f8612c45c5577500d35bdf18 (diff)
downloadgit-43a3b0284f97c9beb31ba3d53ffb8a191314b1f4.zip
git-43a3b0284f97c9beb31ba3d53ffb8a191314b1f4.tar.gz
git-43a3b0284f97c9beb31ba3d53ffb8a191314b1f4.tar.bz2
Merge branch 'cb/httpd-test-fix-port'
* cb/httpd-test-fix-port: use test number as port number
-rwxr-xr-xt/t5550-http-fetch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5550-http-fetch.sh b/t/t5550-http-fetch.sh
index d1ab4d0..311a33c 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' '