diff options
author | Clemens Buchacher <drizzd@aon.at> | 2011-10-17 21:55:47 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-10-17 14:00:10 -0700 |
commit | 55bc3dc4ccd0f4d1f8612c45c5577500d35bdf18 (patch) | |
tree | acf493932600ff6dabf0dbe39aa5caa271a7aa0e /t/t5550-http-fetch.sh | |
parent | 119c8eeede81489b2ce8b26ae7dcb47290e257eb (diff) | |
download | git-55bc3dc4ccd0f4d1f8612c45c5577500d35bdf18.tar.gz |
use test number as port numbercb/httpd-test-fix-port
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-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 b6e6ec9607..a2db096a1e 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' ' |