The BSLASHPSPEC tests (11-13) fail on cygwin, since you can't create files containing an backslash character in the name. In order to skip these tests, we simply stop (incorrectly) asserting the BSLASHPSPEC prerequisite in test-lib.sh. Signed-off-by: Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxx> --- Note t3700-*.sh has a test protected by BSLASHSPEC which previously passed on cygwin and will now be (unnecessarily) skipped. This test needs to be skipped on MinGW, given how it is written; if you remove the single quotes around the filename, however, it will pass even on MinGW. t/test-lib.sh | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/t/test-lib.sh b/t/test-lib.sh index 9e74357..aee7d20 100644 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -1061,7 +1061,6 @@ case $(uname -s) in ;; *CYGWIN*) test_set_prereq POSIXPERM - test_set_prereq BSLASHPSPEC test_set_prereq EXECKEEPSPID test_set_prereq NOT_MINGW test_set_prereq SED_STRIPS_CR -- 1.7.3 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html