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.
This commit is contained in:
David M. Carr 2012-10-30 00:08:43 -04:00
parent 76a939ac4f
commit 1db989e400

View File

@ -4,9 +4,6 @@ bail if the user does not have git command-line client
bail if the user does not have dulwich bail if the user does not have dulwich
$ python -c 'import dulwich, dulwich.repo' || exit 80 $ 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 "[extensions]" >> $HGRCPATH
$ echo "hggit=$(echo $(dirname $TESTDIR))/hggit" >> $HGRCPATH $ echo "hggit=$(echo $(dirname $TESTDIR))/hggit" >> $HGRCPATH