Code

fixup: do not unconditionally disable "diff -u"
[git.git] / t / t1012-read-tree-df.sh
index a961e2ae321c99f949dc292b407bba023c43d386..9811d467da5a54eefd68ecfad4c68b67e5b3734f 100755 (executable)
@@ -51,7 +51,7 @@ test_expect_success setup '
        :
 '
 
-test_expect_failure '3-way (1)' '
+test_expect_success '3-way (1)' '
        settree A-000 &&
        git read-tree -m -u O-000 A-000 B-000 &&
        checkindex <<-EOF
@@ -63,7 +63,7 @@ test_expect_failure '3-way (1)' '
        EOF
 '
 
-test_expect_failure '3-way (2)' '
+test_expect_success '3-way (2)' '
        settree A-001 &&
        git read-tree -m -u O-000 A-001 B-000 &&
        checkindex <<-EOF