Skip to content

Commit

Permalink
Merge branch 'cb/httpd-test-fix-port'
Browse files Browse the repository at this point in the history
* cb/httpd-test-fix-port:
  use test number as port number
  • Loading branch information
Junio C Hamano committed Oct 19, 2011
2 parents 380f26c + 55bc3dc commit 43a3b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t5550-http-fetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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' '
Expand Down

0 comments on commit 43a3b02

Please sign in to comment.