Merge branch 'bn/http-cookiefile-config'
[gitweb.git] / t / t7501-commit.sh
index a7e9322d2f122b1200d4541c6a7e5eb30c063e5e..900f7de05a67424c867e0f149e7e7a448111791c 100755 (executable)
@@ -200,8 +200,8 @@ test_expect_success '--amend --edit of empty message' '
        test_cmp expect msg
 '
 
-test_expect_failure '--amend to set message to empty' '
-       echo batรก >file &&
+test_expect_success '--amend to set message to empty' '
+       echo bata >file &&
        git add file &&
        git commit -m "unamended" &&
        git commit --amend --allow-empty-message -m "" &&
@@ -210,7 +210,7 @@ test_expect_failure '--amend to set message to empty' '
        test_cmp expect msg
 '
 
-test_expect_failure '--amend to set empty message needs --allow-empty-message' '
+test_expect_success '--amend to set empty message needs --allow-empty-message' '
        echo conga >file &&
        git add file &&
        git commit -m "unamended" &&