From c44132fcf383cf668d3764c6b7ad28ff034ee981 Mon Sep 17 00:00:00 2001 From: Jeff King Date: Mon, 10 Feb 2014 14:16:38 -0500 Subject: tests: auto-set git-daemon port A recent commit taught lib-httpd to always start apache on the same port as the numbered tests. Let's do the same for the git-daemon tests. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano --- t/t5570-git-daemon.sh | 1 - 1 file changed, 1 deletion(-) (limited to 't/t5570-git-daemon.sh') diff --git a/t/t5570-git-daemon.sh b/t/t5570-git-daemon.sh index e06146835c..6b16379951 100755 --- a/t/t5570-git-daemon.sh +++ b/t/t5570-git-daemon.sh @@ -3,7 +3,6 @@ test_description='test fetching over git protocol' . ./test-lib.sh -LIB_GIT_DAEMON_PORT=${LIB_GIT_DAEMON_PORT-5570} . "$TEST_DIRECTORY"/lib-git-daemon.sh start_git_daemon -- cgit v1.2.1