Re: [PATCH 02/11] t/lib-git-daemon: make sure to kill the 'git-daemon' process

2019-03-13 Thread Junio C Hamano
SZEDER Gábor writes: > After 'start_git_daemon' starts 'git daemon' (note the space in the > middle) in the background, it saves the background process' PID, so > the daemon can be stopped at the end of the test script. However, > 'git-daemon' is not a builtin but a dashed external command, whic

[PATCH 02/11] t/lib-git-daemon: make sure to kill the 'git-daemon' process

2019-03-13 Thread SZEDER Gábor
After 'start_git_daemon' starts 'git daemon' (note the space in the middle) in the background, it saves the background process' PID, so the daemon can be stopped at the end of the test script. However, 'git-daemon' is not a builtin but a dashed external command, which means that the dashless 'git