зеркало из https://github.com/microsoft/git.git
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'
This commit is contained in:
Коммит
c95f0d2f9d
|
@ -281,7 +281,7 @@ test_expect_success 'submodule add with ./, /.. and // in path' '
|
|||
test_cmp empty untracked
|
||||
'
|
||||
|
||||
test_expect_success 'submodule add with \\ in path' '
|
||||
test_expect_success !CYGWIN 'submodule add with \\ in path' '
|
||||
test_when_finished "rm -rf parent sub\\with\\backslash" &&
|
||||
|
||||
# Initialize a repo with a backslash in its name
|
||||
|
|
Загрузка…
Ссылка в новой задаче