prepare_packed_git_one: refactor duplicate-pack check
[gitweb.git] / t / t6031-merge-recursive.sh
index c50ee295a7bc0e8df74aa5913999b5900a07f2f8..a953f1b55cc26aae703d3c84f74df3265cc2ed57 100755 (executable)
@@ -3,11 +3,6 @@
 test_description='merge-recursive: handle file mode'
 . ./test-lib.sh
 
-if ! test "$(git config --bool core.filemode)" = false
-then
-       test_set_prereq FILEMODE
-fi
-
 test_expect_success 'mode change in one branch: keep changed version' '
        : >file1 &&
        git add file1 &&
@@ -57,7 +52,7 @@ test_expect_success FILEMODE 'verify executable bit on file' '
        test -x file2
 '
 
-test_expect_failure 'merging with triple rename across D/F conflict' '
+test_expect_success 'merging with triple rename across D/F conflict' '
        git reset --hard HEAD &&
        git checkout -b main &&
        git rm -rf . &&