Revert "Add a helper function to compare file contents"
[alt-git.git] / t / chainlint / chain-break-background.expect
blob28f9114f42de6b4dd6682ba7fdea5cd2bd3de263
1 JGIT_DAEMON_PID= &&
2 git init --bare empty.git &&
3 > empty.git/git-daemon-export-ok &&
4 mkfifo jgit_daemon_output &&
6         jgit daemon --port="$JGIT_DAEMON_PORT" . > jgit_daemon_output &
7         JGIT_DAEMON_PID=$!
8 } &&
9 test_expect_code 2 git ls-remote --exit-code git://localhost:$JGIT_DAEMON_PORT/empty.git