t4135-*.sh: Skip the "backslash" tests on cygwin
authorRamsay Jones <ramsay@ramsay1.demon.co.uk>
Tue, 14 Dec 2010 18:37:43 +0000 (18:37 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sun, 9 Jan 2011 07:36:37 +0000 (23:36 -0800)
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@ramsay1.demon.co.uk>
Acked-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/test-lib.sh

index 9e74357..aee7d20 100644 (file)
@@ -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