Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
[gitweb.git]
/
t
/
lib-git-daemon.sh
diff --git
a/t/lib-git-daemon.sh
b/t/lib-git-daemon.sh
index edbea2d986134f36b86e044f307abae1457f8165..f98de95c15b14aa4030c65d26e6270dc06088372 100644
(file)
--- a/
t/lib-git-daemon.sh
+++ b/
t/lib-git-daemon.sh
@@
-92,7
+92,7
@@
stop_git_daemon() {
kill "$GIT_DAEMON_PID"
wait "$GIT_DAEMON_PID" >&3 2>&4
ret=$?
- if
test_match_signal 15 $?
+ if
! test_match_signal 15 $ret
then
error "git daemon exited with status: $ret"
fi