t5516: drop ok=sigpipe from unreachable-want tests
authorJeff King <peff@peff.net>
Sat, 13 Apr 2019 05:52:18 +0000 (01:52 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Apr 2019 05:00:51 +0000 (14:00 +0900)
commit98024d1cb6cc2b6d9a0672c60d0f8efcda5b5555
treefdf8f81f2a44edaab2bf278255cb575dc10d35dc
parente35b8cb8e212e3557efc565157ceb5cbaaf0d87f
t5516: drop ok=sigpipe from unreachable-want tests

We annotated our test_must_fail calls in 8bf4becf0c (add "ok=sigpipe" to
test_must_fail and use it to fix flaky tests, 2015-11-27) because the
abrupt hangup of the server meant that we'd sometimes fail on read() and
sometimes get SIGPIPE on write().

But since 143588949c (fetch: ignore SIGPIPE during network operation,
2019-03-03), we make sure that we end up with a real die(), and our
tests no longer need to work around the race.

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