commit: do not ignore an empty message given by -m ''
[gitweb.git] / t / t6301-for-each-ref-errors.sh
index cf25244c26eff1b75601be8dc5617635fa1022b9..cdb67a03b712cbd2cf187e91f7d69a3f717847bf 100755 (executable)
@@ -14,7 +14,7 @@ test_expect_success setup '
        git for-each-ref --format="%(objectname) %(refname)" >brief-list
 '
 
-test_expect_failure 'Broken refs are reported correctly' '
+test_expect_success 'Broken refs are reported correctly' '
        r=refs/heads/bogus &&
        : >.git/$r &&
        test_when_finished "rm -f .git/$r" &&
@@ -24,7 +24,7 @@ test_expect_failure 'Broken refs are reported correctly' '
        test_cmp broken-err err
 '
 
-test_expect_failure 'NULL_SHA1 refs are reported correctly' '
+test_expect_success 'NULL_SHA1 refs are reported correctly' '
        r=refs/heads/zeros &&
        echo $ZEROS >.git/$r &&
        test_when_finished "rm -f .git/$r" &&