summaryrefslogtreecommitdiff
path: root/t/chainlint/chain-break-background.expect
blob: 20d0bb5333083208285e87408e5f16fb7263594c (plain)
1
2
3
4
5
6
7
8
9
JGIT_DAEMON_PID= &&
git init --bare empty.git &&
>empty.git/git-daemon-export-ok &&
mkfifo jgit_daemon_output &&
{
	jgit daemon --port="$JGIT_DAEMON_PORT" . >jgit_daemon_output &
	JGIT_DAEMON_PID=$!
} &&
test_expect_code 2 git ls-remote --exit-code git://localhost:$JGIT_DAEMON_PORT/empty.git