Skip to content

Commit 55bc3dc

Browse files
Clemens Buchachergitster
authored andcommitted
use test number as port number
Test 5550 was apparently using the default port number by mistake. Signed-off-by: Clemens Buchacher <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 119c8ee commit 55bc3dc

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)