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>
maint
Clemens Buchacher 2011-10-17 21:55:47 +02:00 committed by Junio C Hamano
parent 119c8eeede
commit 55bc3dc4cc
1 changed files with 1 additions and 1 deletions

View File

@ -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' '