summaryrefslogtreecommitdiff
path: root/t/t5550-http-fetch.sh
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2011-10-18 21:59:11 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2011-10-18 21:59:11 -0700
commit43a3b0284f97c9beb31ba3d53ffb8a191314b1f4 (patch)
tree3a7c15d9558a7d6ee9341aed74ddc2ea4a952b75 /t/t5550-http-fetch.sh
parentMerge branch 'jn/gitweb-manpages' (diff)
parentuse test number as port number (diff)
downloadtgif-43a3b0284f97c9beb31ba3d53ffb8a191314b1f4.tar.xz
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-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 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' '