From e828908aa97ce0441b0c00a640b314c041fbd9e2 Mon Sep 17 00:00:00 2001 From: Jeff King Date: Sat, 1 Jun 2013 13:24:41 -0400 Subject: 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 Signed-off-by: Junio C Hamano diff --git a/t/t0005-signals.sh b/t/t0005-signals.sh index 93e58c0..ad9e604 100755 --- a/t/t0005-signals.sh +++ b/t/t0005-signals.sh @@ -20,4 +20,11 @@ test_expect_success 'sigchain works' ' test_cmp expect actual ' +test_expect_success 'signals are propagated using shell convention' ' + # we use exec here to avoid any sub-shell interpretation + # of the exit code + git config alias.sigterm "!exec test-sigchain" && + test_expect_code 143 git sigterm +' + test_done -- cgit v0.10.2-6-g49f6