Skip to content

Commit c95f0d2

Browse files
committed
Merge branch 'bw/submodule-with-bs-path' into maint
A hotfix to a topic that is already in v2.13. * bw/submodule-with-bs-path: t7400: add !CYGWIN prerequisite to 'add with \\ in path'
2 parents fb11de9 + 7f1b225 commit c95f0d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t7400-submodule-basic.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ test_expect_success 'submodule add with ./, /.. and // in path' '
281281
test_cmp empty untracked
282282
'
283283

284-
test_expect_success 'submodule add with \\ in path' '
284+
test_expect_success !CYGWIN 'submodule add with \\ in path' '
285285
test_when_finished "rm -rf parent sub\\with\\backslash" &&
286286
287287
# Initialize a repo with a backslash in its name

0 commit comments

Comments
 (0)