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

tests: fix check for dulwich in test-subrepos.t

In converting this test to the unified format, it looks like we missed this
line.  It was accidentally being treated as a comment rather than executable.
parent 81832807d193
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
$ "$TESTDIR/hghave" git || exit 80 $ "$TESTDIR/hghave" git || exit 80
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 bail early if the user is already running git-daemon
$ ! (echo hi | nc localhost 9418 2>/dev/null) || exit 80 $ ! (echo hi | nc localhost 9418 2>/dev/null) || exit 80
......
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