Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup??? mingw: allow
git.exe
to be used instead of the "Git wrapper"
The Meson builds really differ wildly from the regular Git for Windows builds. For example, the `RUNTIME_PREFIX` is not set, and neither is `HAVE_WPGMPTR`. However, both of them are required for the assumptions of t0060.221(MSYSTEM/PATH is adjusted if necessary) to hold. Let's add the `RUNTIME_PREFIX` prereq to ensure that the test case is skipped if that is not available. Technically, we also need to add a prereq for `HAVE_WPGMPTR`, but that would require a lot of work, this flag is not even close to wired through from the Makefile to `t/test-lib.sh`, and then there's now also Meson to contend with. Thanks, but I have enough to do already. Signed-off-by: Johannes Schindelin <[email protected]>
- Loading branch information