Raw
1 2 JGIT_DAEMON_PID= &&
2 3 git init --bare empty.git &&
3 4 >empty.git/git-daemon-export-ok &&
4 5 mkfifo jgit_daemon_output &&
5 6 {
6 7 jgit daemon --port="$JGIT_DAEMON_PORT" . >jgit_daemon_output &
7 8 JGIT_DAEMON_PID=$!
8 9 } &&
9 10 test_expect_code 2 git ls-remote --exit-code git://localhost:$JGIT_DAEMON_PORT/empty.git