File tree 2 files changed +1
-4
lines changed
Filter options
2 files changed +1
-4
lines changed
Original file line number Diff line number Diff line change @@ -121,9 +121,6 @@ _Important_: Right after cloning this repository, please be sure to have execute
121
121
the ` ./init-tests-after-clone.sh ` script in the repository root. Otherwise
122
122
you will encounter test failures.
123
123
124
- On _ Windows_ , make sure you have ` git-daemon ` in your PATH. For MINGW-git, the ` git-daemon.exe `
125
- exists in ` Git\mingw64\libexec\git-core\ ` .
126
-
127
124
#### Install test dependencies
128
125
129
126
Ensure testing libraries are installed. This is taken care of already if you installed with:
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ def git_daemon_launched(base_path, ip, port):
182
182
# and then CANNOT DIE!
183
183
# So, invoke it as a single command.
184
184
daemon_cmd = [
185
- " git-daemon" ,
185
+ osp . join ( Git (). _call_process ( "--exec-path" ), " git-daemon") ,
186
186
"--enable=receive-pack" ,
187
187
"--listen=%s" % ip ,
188
188
"--port=%s" % port ,
You can’t perform that action at this time.
0 commit comments