# HG changeset patch
# User David M. Carr <
da...@carrclan.us>
# Date 1351570123 14400
# Node ID a9165a7d8082a6d31539de0d97685614818efcd2
# Parent a24c2f90a3dd6ebd8817e0c05ebccf1ab1ed0cfe
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.
diff --git a/tests/test-subrepos.t b/tests/test-subrepos.t
--- a/tests/test-subrepos.t
+++ b/tests/test-subrepos.t
@@ -4,9 +4,6 @@
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