Re: [PATCH] t0005: test git exit code from signal death

2013-06-01 Thread Felipe Contreras
On Sat, Jun 1, 2013 at 12:24 PM, Jeff King wrote: > On Sat, Jun 01, 2013 at 10:01:49AM -0500, Felipe Contreras wrote: > >> Anyway, if you care so much about the current behavior, why isn't >> there any tests that check for this? >> >> My patch passes *all* the tests. > > The test suite has never b

[PATCH] t0005: test git exit code from signal death

2013-06-01 Thread Jeff King
t;8 -- Subject: [PATCH] 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 --- t/t0005-s