Skip to content

Commit 43a3b02

Browse files
committed
Merge branch 'cb/httpd-test-fix-port'
* cb/httpd-test-fix-port: use test number as port number
2 parents 380f26c + 55bc3dc commit 43a3b02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t5550-http-fetch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ if test -n "$NO_CURL"; then
88
test_done
99
fi
1010

11-
. "$TEST_DIRECTORY"/lib-httpd.sh
1211
LIB_HTTPD_PORT=${LIB_HTTPD_PORT-'5550'}
12+
. "$TEST_DIRECTORY"/lib-httpd.sh
1313
start_httpd
1414

1515
test_expect_success 'setup repository' '

0 commit comments

Comments
 (0)