From: Johannes Sixt Date: Mon, 13 Nov 2006 13:50:04 +0000 (+0000) Subject: test-lib.sh: A command dying due to a signal is an unexpected failure. X-Git-Tag: v1.4.4~1^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/40cf043389ef4cdf3e56e7c4268d6f302e387fa0?ds=inline;hp=40cf043389ef4cdf3e56e7c4268d6f302e387fa0 test-lib.sh: A command dying due to a signal is an unexpected failure. When test_expect_failure detects that a command failed, it still has to treat a program that crashed from a signal as unexpected failure. Signed-off-by: Johannes Sixt Signed-off-by: Junio C Hamano ---