summaryrefslogtreecommitdiffstats
path: root/t/t6043-merge-rename-directories.sh
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2018-04-19 19:58:08 +0200
committerJunio C Hamano <gitster@pobox.com>2018-05-08 09:11:00 +0200
commitf6f775591881036a3c4bfcf6737c9119c251537d (patch)
tree769a7e72d7ccd4107fe64e512a3448393cd7e9de /t/t6043-merge-rename-directories.sh
parentmerge-recursive: add computation of collisions due to dir rename & merging (diff)
downloadgit-f6f775591881036a3c4bfcf6737c9119c251537d.tar.xz
git-f6f775591881036a3c4bfcf6737c9119c251537d.zip
merge-recursive: check for file level conflicts then get new name
Before trying to apply directory renames to paths within the given directories, we want to make sure that there aren't conflicts at the file level either. If there aren't any, then get the new name from any directory renames. Reviewed-by: Stefan Beller <sbeller@google.com> Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-rwxr-xr-xt/t6043-merge-rename-directories.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t6043-merge-rename-directories.sh b/t/t6043-merge-rename-directories.sh
index 8ea9ec49bc..b24562b849 100755
--- a/t/t6043-merge-rename-directories.sh
+++ b/t/t6043-merge-rename-directories.sh
@@ -489,7 +489,7 @@ test_expect_success '2a-setup: Directory split into two on one side, with equal
)
'
-test_expect_failure '2a-check: Directory split into two on one side, with equal numbers of paths' '
+test_expect_success '2a-check: Directory split into two on one side, with equal numbers of paths' '
(
cd 2a &&