Skip to content

Commit

Permalink
t4135-*.sh: Skip the "backslash" tests on cygwin
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ramsay Jones authored and Junio C Hamano committed Jan 9, 2011
1 parent a28adc2 commit 5b5d53c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion t/test-lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b5d53c

Please sign in to comment.