From: Ramsay Jones Date: Tue, 14 Dec 2010 18:37:43 +0000 (+0000) Subject: t4135-*.sh: Skip the "backslash" tests on cygwin X-Git-Tag: v1.7.4-rc2~5^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5b5d53cbe5d67bd86543a4851014fde0837d1344;p=git.git t4135-*.sh: Skip the "backslash" tests on cygwin 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 Acked-by: Johannes Sixt Signed-off-by: Junio C Hamano --- diff --git a/t/test-lib.sh b/t/test-lib.sh index 9e74357b4..aee7d20cf 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