sha1-file.c: mark more strings for translation
[gitweb.git] / t / t7505-prepare-commit-msg-hook.sh
index c1f68cbcbf40b0204ae44491c60d0b12a9fd8687..1f43b3cd4cd34ec6f4c3de4cfe8a26291e4e480f 100755 (executable)
@@ -252,10 +252,10 @@ test_rebase () {
        '
 }
 
-test_rebase failure -i
-test_rebase failure -p
+test_rebase success -i
+test_rebase success -p
 
-test_expect_failure 'with hook (cherry-pick)' '
+test_expect_success 'with hook (cherry-pick)' '
        test_when_finished "git checkout -f master" &&
        git checkout -B other b &&
        git cherry-pick rebase-1 &&
@@ -310,7 +310,7 @@ test_expect_success 'with failing hook (merge)' '
 
 '
 
-test_expect_failure C_LOCALE_OUTPUT 'with failing hook (cherry-pick)' '
+test_expect_success C_LOCALE_OUTPUT 'with failing hook (cherry-pick)' '
        test_when_finished "git checkout -f master" &&
        git checkout -B other b &&
        test_must_fail git cherry-pick rebase-1 2>actual &&