Browse Source

Merge branch 'cb/httpd-test-fix-port'

* cb/httpd-test-fix-port:
  use test number as port number
maint
Junio C Hamano 14 years ago
parent
commit
43a3b0284f
  1. 2
      t/t5550-http-fetch.sh

2
t/t5550-http-fetch.sh

@ -8,8 +8,8 @@ if test -n "$NO_CURL"; then @@ -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' '

Loading…
Cancel
Save