]> git.ipfire.org Git - thirdparty/git.git/commit - t/t5504-fetch-receive-strict.sh
t5504: drop sigpipe=ok from push tests
authorJeff King <peff@peff.net>
Tue, 19 Apr 2016 22:51:25 +0000 (18:51 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 Apr 2016 20:33:59 +0000 (13:33 -0700)
commitc4b27511ab0e3ec464e3fd3d4711251a17b1f733
tree0fb94bf4aea1351f23577f95e8b11bf3412adb5b
parentdf85757244c47394d42de2a45bd39522ee0c3b1d
t5504: drop sigpipe=ok from push tests

These were added by 8bf4bec (add "ok=sigpipe" to
test_must_fail and use it to fix flaky tests, 2015-11-27)
because we would racily die via SIGPIPE when the pack was
rejected by the other side.

But since we have recently de-flaked send-pack, we should be
able to tighten up these tests (including re-adding the
expected output checks).

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5504-fetch-receive-strict.sh