Skip to content
Snippets Groups Projects
Commit a9165a7d8082 authored by David M. Carr's avatar David M. Carr
Browse files

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.
parent a24c2f90a3dd
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment