Merge branch 'sg/daemon-test-signal-fix'
Test fix. * sg/daemon-test-signal-fix: t/lib-git-daemon: fix signal checking
This commit is contained in:
commit
97b6d63717
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user