Aggressive three-way merge: fix D/F case
[gitweb.git] / t / t6035-merge-dir-to-symlink.sh
index b9a280e351e941e9823911852fd27c0563834c22..d1b22871c40674582e6999804102afb95283b653 100755 (executable)
@@ -74,7 +74,7 @@ test_expect_success 'setup a merge where dir a/b-2 changed to symlink' '
        git tag test2
 '
 
-test_expect_failure 'merge should not have conflicts (resolve)' '
+test_expect_success 'merge should not have conflicts (resolve)' '
        git reset --hard &&
        git checkout baseline^0 &&
        git merge -s resolve test2 &&