summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes-1.6.1.2.txt
diff options
context:
space:
mode:
authorLibravatar Jeff King <peff@peff.net>2009-01-30 03:21:01 -0500
committerLibravatar Junio C Hamano <gitster@pobox.com>2009-01-30 01:14:26 -0800
commit0ea8039644968e53d79a8dfbf739c87af4261d46 (patch)
treef69cf13d5e270fc96f73ca98c35a7e559ed990c0 /Documentation/RelNotes-1.6.1.2.txt
parentpager: do wait_for_pager on signal death (diff)
downloadtgif-0ea8039644968e53d79a8dfbf739c87af4261d46.tar.xz
t0005: use SIGTERM for sigchain test
The signal tests consists of checking that each of our handlers is executed, and that the test program was killed by the final signal. We arbitrarily used SIGINT as the kill signal. However, some platforms (notably Solaris) will default SIGINT to SIG_IGN if there is no controlling terminal. In that case, we don't end up killing the program with the final signal and the test fails. This is a problem since the test script should not depend on outside factors; let's use SIGTERM instead, which should behave consistently. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes-1.6.1.2.txt')
0 files changed, 0 insertions, 0 deletions