t0005: use test_match_signal as appropriate
commit6f5f9d747690b91e212c91138ae9efd1bfbfbb7d
authorJeff King <peff@peff.net>
Fri, 24 Jun 2016 19:44:50 +0000 (24 15:44 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Jul 2016 14:44:25 +0000 (6 07:44 -0700)
tree732067be07dfca172d7c9a883463937ba85be9d2
parent9b67c9942eba3b1a6b008ddab8ee6e542bd3de6b
t0005: use test_match_signal as appropriate

The first test already uses this more portable construct
(that was where it was factored from initially), but the
later tests do a raw comparison against 141 to look for
SIGPIPE, which can fail on some shells and platforms.

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