Commit ec5faa6
fixup??? mingw: allow
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]>git.exe to be used instead of the "Git wrapper"1 parent 416e407 commit ec5faa6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
620 | 620 | | |
621 | 621 | | |
622 | 622 | | |
623 | | - | |
| 623 | + | |
624 | 624 | | |
625 | 625 | | |
626 | 626 | | |
| |||
0 commit comments