changeset 571:a9165a7d8082

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.
author David M. Carr <david@carrclan.us>
date Tue, 30 Oct 2012 00:08:43 -0400
parents a24c2f90a3dd
children d4ad5de012a0
files tests/test-subrepos.t
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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