t0005: test git exit code from signal death
commite828908aa97ce0441b0c00a640b314c041fbd9e2
authorJeff King <peff@peff.net>
Sat, 1 Jun 2013 17:24:41 +0000 (1 13:24 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sun, 2 Jun 2013 20:47:54 +0000 (2 13:47 -0700)
tree1bbefc9f03cad4ec7c3cbc1acbc8165fa4e94b82
parent239222f587ed06f96d90dd71c66d80a2b1e3dc9f
t0005: test git exit code from signal death

When a sub-process dies with a signal, we convert the exit
code to the shell convention of 128+sig. Callers of git may
be relying on this behavior, so let's make sure it does not
break.

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