Welcome to mirror list, hosted at ThFree Co, Russian Federation.

chain-break-background.test « chainlint « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e10f656b0556d77ed9125abe47af38ee44828c88 (plain)
1
2
3
4
5
6
7
8
9
10
JGIT_DAEMON_PID= &&
git init --bare empty.git &&
>empty.git/git-daemon-export-ok &&
mkfifo jgit_daemon_output &&
{
# LINT: exit status of "&" is always 0 so &&-chaining immaterial
	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