1
0
Fork 0
git/t/chainlint/chain-break-background.expect
Daniel Baumann 54102a2c29
Adding upstream version 1:2.47.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-23 07:43:39 +02:00

9 lines
312 B
Text

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