summaryrefslogtreecommitdiff
path: root/t/t5550-http-fetch.sh
diff options
context:
space:
mode:
authorClemens Buchacher <drizzd@aon.at>2011-10-17 19:55:47 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-10-17 21:00:10 (GMT)
commit55bc3dc4ccd0f4d1f8612c45c5577500d35bdf18 (patch)
treeacf493932600ff6dabf0dbe39aa5caa271a7aa0e /t/t5550-http-fetch.sh
parent119c8eeede81489b2ce8b26ae7dcb47290e257eb (diff)
downloadgit-55bc3dc4ccd0f4d1f8612c45c5577500d35bdf18.zip
git-55bc3dc4ccd0f4d1f8612c45c5577500d35bdf18.tar.gz
git-55bc3dc4ccd0f4d1f8612c45c5577500d35bdf18.tar.bz2
use test number as port number
Test 5550 was apparently using the default port number by mistake. Signed-off-by: Clemens Buchacher <drizzd@aon.at> Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 b6e6ec9..a2db096 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' '