Re: [PATCH] t/lib-git-daemon: ksh portability workaround

2016-05-31 Thread Jeff King
On Tue, May 31, 2016 at 04:04:00PM -0700, Junio C Hamano wrote: > The "git daemon" test checks with what status the daemon exits when > we terminate it, and we expect that we can observe death by SIGTERM. > > We forgot that ksh adds 256, unlike 128 that are used by other POSIX > shells, to the si

[PATCH] t/lib-git-daemon: ksh portability workaround

2016-05-31 Thread Junio C Hamano
The "git daemon" test checks with what status the daemon exits when we terminate it, and we expect that we can observe death by SIGTERM. We forgot that ksh adds 256, unlike 128 that are used by other POSIX shells, to the signal number that caused the process to die when coming up with the exit sta