Johannes Sixt [off-list ref] writes:
From: Johannes Sixt <redacted>
These depend on a working git-upload-archive, which is broken on Windows,
because it depends on fork().
Signed-off-by: Johannes Sixt <redacted>
---
These prerequisites are needed in current master, but would have to be
patched out again by Erik's upload-archive series.
[...]
-test_expect_success 'archive --list shows only enabled remote filters' '
+test_expect_success NOT_MINGW 'archive --list shows only enabled remote filters' '
Shouldn't the prerequisite be called FORK rather than NON_MINGW?
--
Jakub Narębski