]> git.ipfire.org Git - thirdparty/git.git/blame - t/chainlint/chain-break-background.expect
Merge branch 'la/strvec-comment-fix' into maint-2.43
[thirdparty/git.git] / t / chainlint / chain-break-background.expect
CommitLineData
aabc3258
ES
1JGIT_DAEMON_PID= &&
2git init --bare empty.git &&
647b5e09 3>empty.git/git-daemon-export-ok &&
aabc3258
ES
4mkfifo jgit_daemon_output &&
5{
647b5e09 6 jgit daemon --port="$JGIT_DAEMON_PORT" . >jgit_daemon_output &
aabc3258
ES
7 JGIT_DAEMON_PID=$!
8} &&
9test_expect_code 2 git ls-remote --exit-code git://localhost:$JGIT_DAEMON_PORT/empty.git