]> asedeno.scripts.mit.edu Git - git.git/blobdiff - t/t7502-commit.sh
Merge branch 'jn/gitweb-return-or-exit-cleanup'
[git.git] / t / t7502-commit.sh
index b10541d4d31030f743293df14e37eac0b677248e..ac2e187a5720d1ff947e58073dd6cc403ef40d5d 100755 (executable)
@@ -36,12 +36,12 @@ test_expect_success 'output summary format' '
        check_summary_oneline "" "a change"
 '
 
-test_expect_failure 'output summary format for commit with an empty diff' '
+test_expect_success 'output summary format for commit with an empty diff' '
 
        check_summary_oneline "" "empty" "--allow-empty"
 '
 
-test_expect_failure 'output summary format for merges' '
+test_expect_success 'output summary format for merges' '
 
        git checkout -b recursive-base &&
        test_commit base file1 &&
@@ -103,7 +103,7 @@ test_expect_success 'partial' '
 
 '
 
-test_expect_success 'partial modification in a subdirecotry' '
+test_expect_success 'partial modification in a subdirectory' '
 
        test_tick &&
        git commit -m "partial commit to subdirectory" not &&