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

2013-06-01 Thread Jeff King
sure that signal death is recorded in _one_ of the potential signal formats. So we do not care if git or the shell did the conversion, as long as we end up with 143. The real breakage is exiting with code 15, which is losing information. -- 8 -- Subject: [PATCH] t0005: test git exit

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 p...@peff.net 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