Skip to content
Snippets Groups Projects
Commit 97b6d637 authored by Junio C Hamano's avatar Junio C Hamano
Browse files

Merge branch 'sg/daemon-test-signal-fix'

Test fix.

* sg/daemon-test-signal-fix:
  t/lib-git-daemon: fix signal checking
parents 1efd0e84 4c2eb064
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment