diff options
author | Jeff King <peff@peff.net> | 2016-06-24 15:45:12 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-07-06 07:44:25 -0700 |
commit | 03c39b34589897824385c884cd9c5707ba93a238 (patch) | |
tree | f035170cd3bc7cffa1afa58f7864b19e5abc00d9 /t/t1505-rev-parse-last.sh | |
parent | test_must_fail: use test_match_signal (diff) | |
download | tgif-03c39b34589897824385c884cd9c5707ba93a238.tar.xz |
t/lib-git-daemon: use test_match_signal
When git-daemon exits, we expect it to be with the SIGTERM
we just sent it. If we see anything else, we'll complain.
But our check against exit code "143" is not portable. For
example:
$ ksh93 t5570-git-daemon.sh
[...]
error: git daemon exited with status: 271
We can fix this by using test_match_signal.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t1505-rev-parse-last.sh')
0 files changed, 0 insertions, 0 deletions