Commit 9c2cdfe
committed
[no-ci] Revert "WIP: mingw_stat(): handle symbolic links that point to directories"
This reverts commit 9b550e7 and
reintroduces the breakage in t0060.221:
[...]
++ chmod +x '/usr/src/git/t/trash directory.t0060-path-utils/bin/git-test-home'
++ echo 'echo mingw64'
++ write_script pretendmingw64/bin/git-test-bin
++ echo '#!/bin/sh'
++ cat
++ chmod +x pretendmingw64/bin/git-test-bin
++ echo 'echo usr'
++ write_script pretend/usr/bin/git-test-bin2
++ echo '#!/bin/sh'
++ cat
++ chmod +x pretend/usr/bin/git-test-bin2
++ MSYSTEM=
++ GIT_EXEC_PATH=
++ pretendmingw64/libexec/git-core/git.exe test-home
++ pretendmingw64/libexec/git-core/git.exe test-bin
git: 'test-bin' is not a git command. See 'git --help'.
error: last command exited with $?=1
not ok 221 - MSYSTEM/PATH is adjusted if necessary
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent 9e44244 commit 9c2cdfe
1 file changed
+11
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1302 | 1302 | | |
1303 | 1303 | | |
1304 | 1304 | | |
1305 | | - | |
1306 | | - | |
1307 | | - | |
1308 | | - | |
1309 | | - | |
1310 | | - | |
1311 | | - | |
1312 | | - | |
1313 | | - | |
1314 | | - | |
1315 | | - | |
1316 | | - | |
1317 | | - | |
1318 | | - | |
| 1305 | + | |
| 1306 | + | |
| 1307 | + | |
| 1308 | + | |
| 1309 | + | |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
| 1313 | + | |
1319 | 1314 | | |
1320 | | - | |
1321 | | - | |
1322 | | - | |
| 1315 | + | |
| 1316 | + | |
1323 | 1317 | | |
1324 | 1318 | | |
1325 | 1319 | | |
| |||
0 commit comments