]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t7607-merge-overwrite.sh
t7607: mark known breakage in test 11 as fixed
[thirdparty/git.git] / t / t7607-merge-overwrite.sh
index 5f731a1177267e76f19dbe1605a4d0f2e8e749bd..691c5fda30e8d40b122200a55debd3e0e3241f3b 100755 (executable)
@@ -122,7 +122,7 @@ test_expect_success 'will not overwrite untracked file in leading path' '
        rm -f sub sub2
 '
 
-test_expect_failure SYMLINKS 'will not overwrite untracked symlink in leading path' '
+test_expect_success SYMLINKS 'will not overwrite untracked symlink in leading path' '
        git reset --hard c0 &&
        rm -rf sub &&
        mkdir sub2 &&