diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-05-23 13:46:01 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-05-23 13:46:02 +0900 |
commit | bea1579b80f3e72f44f13dc20398e71b333af2a8 (patch) | |
tree | 54eb89f663cc37d5da35be4c202c7c3714a2f70f | |
parent | Start post 2.13 cycle (diff) | |
parent | t7400: add !CYGWIN prerequisite to 'add with \\ in path' (diff) | |
download | tgif-bea1579b80f3e72f44f13dc20398e71b333af2a8.tar.xz |
Merge branch 'bw/submodule-with-bs-path'
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'
-rwxr-xr-x | t/t7400-submodule-basic.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7400-submodule-basic.sh b/t/t7400-submodule-basic.sh index 1b8f1dbd3a..dcac364c5f 100755 --- a/t/t7400-submodule-basic.sh +++ b/t/t7400-submodule-basic.sh @@ -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 |