summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamsay Jones <ramsay@ramsay1.demon.co.uk>2010-12-14 18:37:43 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-01-09 07:36:37 (GMT)
commit5b5d53cbe5d67bd86543a4851014fde0837d1344 (patch)
tree96a5d4473e66e9e8366bd38b7098c030a49e7086
parenta28adc2d79bdcc7c780dbe135969af1f914601a9 (diff)
downloadgit-5b5d53cbe5d67bd86543a4851014fde0837d1344.zip
git-5b5d53cbe5d67bd86543a4851014fde0837d1344.tar.gz
git-5b5d53cbe5d67bd86543a4851014fde0837d1344.tar.bz2
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 <ramsay@ramsay1.demon.co.uk> Acked-by: Johannes Sixt <j6t@kdbg.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--t/test-lib.sh1
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