Code

do not overwrite files in leading path
[git.git] / t / t7607-merge-overwrite.sh
index 77fcaa2e31d2c18c0d51f8ed3499afc9dbb100d4..e49dd8023cf2b244a0831a80f559a016d786820c 100755 (executable)
@@ -100,7 +100,7 @@ test_expect_success 'will not overwrite untracked subtree' '
        test_cmp important sub/f/important
 '
 
-test_expect_failure 'will not overwrite untracked file in leading path' '
+test_expect_success 'will not overwrite untracked file in leading path' '
        git reset --hard c0 &&
        rm -rf sub &&
        cp important sub &&