From 1db989e4004fe104046dc7fb37c8955e6633ae52 Mon Sep 17 00:00:00 2001 From: "David M. Carr" Date: Tue, 30 Oct 2012 00:08:43 -0400 Subject: [PATCH] tests: remove git-daemon check from test-subrepos.t This check is a remnant from back when we were using git-daemon in the tests. --- tests/test-subrepos.t | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test-subrepos.t b/tests/test-subrepos.t index 2d632648ab..5eef960879 100644 --- a/tests/test-subrepos.t +++ b/tests/test-subrepos.t @@ -4,9 +4,6 @@ bail if the user does not have git command-line client bail if the user does not have dulwich $ python -c 'import dulwich, dulwich.repo' || exit 80 -bail early if the user is already running git-daemon - $ ! (echo hi | nc localhost 9418 2>/dev/null) || exit 80 - $ echo "[extensions]" >> $HGRCPATH $ echo "hggit=$(echo $(dirname $TESTDIR))/hggit" >> $HGRCPATH