Skip to content

Commit 5b5d53c

Browse files
Ramsay Jonesgitster
authored andcommitted
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 <[email protected]> Acked-by: Johannes Sixt <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a28adc2 commit 5b5d53c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

t/test-lib.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,6 @@ case $(uname -s) in
10611061
;;
10621062
*CYGWIN*)
10631063
test_set_prereq POSIXPERM
1064-
test_set_prereq BSLASHPSPEC
10651064
test_set_prereq EXECKEEPSPID
10661065
test_set_prereq NOT_MINGW
10671066
test_set_prereq SED_STRIPS_CR

0 commit comments

Comments
 (0)