Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
.mailmap: use Christian Couder's Tuxfamily address
[gitweb.git]
/
t
/
lib-git-daemon.sh
diff --git
a/t/lib-git-daemon.sh
b/t/lib-git-daemon.sh
index 340534c0644eb46782c0a95103bd2a3ef60da9f7..f9cbd4793194fbc38ec9a2bde0eafad748735044 100644
(file)
--- a/
t/lib-git-daemon.sh
+++ b/
t/lib-git-daemon.sh
@@
-82,8
+82,7
@@
stop_git_daemon() {
kill "$GIT_DAEMON_PID"
wait "$GIT_DAEMON_PID" >&3 2>&4
ret=$?
- # expect exit with status 143 = 128+15 for signal TERM=15
- if test $ret -ne 143
+ if test_match_signal 15 $?
then
error "git daemon exited with status: $ret"
fi