--- t/lib-daemon.sh | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/t/lib-daemon.sh b/t/lib-daemon.sh index 5edced5..4701124 100644 --- a/t/lib-daemon.sh +++ b/t/lib-daemon.sh @@ -62,6 +62,10 @@ stop_daemon() { kill_children "$DAEMON_PID" wait "$DAEMON_PID" ret=$? + # + # We signal TERM=15 to the child and expect the parent to + # exit with 143 = 128+15. + # if test $ret -ne 143 then error "git daemon exited with status: $ret" -- 1.7.8 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html