Commit ec2b8a7
committed
Avoid picking up a
When running Git's test suite, there is a `git.exe` in the current
directory, and trying to use it fails because it won't look in the
correct place for `git-remote-https.exe`. This is the symptom:
⏷ Cloning git-sdk-64
Notice: Cloning https://github.com/git-for-windows/git-sdk-64 to .tmp
git: 'remote-https' is not a git command. See 'git --help'.
Let's fix this bug by always specifying the full path to the Git
executable we intend to be used.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>git.exe from the current directory1 parent 2ad870f commit ec2b8a7
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | | - | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
112 | | - | |
| 113 | + | |
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
| |||
0 commit comments