summaryrefslogtreecommitdiffstats
path: root/t/t5570-git-daemon.sh
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2014-02-10 20:16:38 +0100
committerJunio C Hamano <gitster@pobox.com>2014-02-10 20:19:39 +0100
commitc44132fcf383cf668d3764c6b7ad28ff034ee981 (patch)
tree10c7f4f341f3d6014d1aee6638885ea79cfc821c /t/t5570-git-daemon.sh
parenttests: auto-set LIB_HTTPD_PORT from test name (diff)
downloadgit-c44132fcf383cf668d3764c6b7ad28ff034ee981.tar.xz
git-c44132fcf383cf668d3764c6b7ad28ff034ee981.zip
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 <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5570-git-daemon.sh')
-rwxr-xr-xt/t5570-git-daemon.sh1
1 files changed, 0 insertions, 1 deletions
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