Merge branch 'jc/maint-branch-mergeoptions' into mg/merge-ff-config
[gitweb.git] / t / t3507-cherry-pick-conflict.sh
index e0bf3563ac1a864129e0739d84f11c9eac9f0882..c0c8330c20e80f26d51b62c8999533c5692094de 100755 (executable)
@@ -44,7 +44,7 @@ test_expect_success 'failed cherry-pick does not advance HEAD' '
        test "$head" = "$newhead"
 '
 
-test_expect_success 'advice from failed cherry-pick' "
+test_expect_success C_LOCALE_OUTPUT 'advice from failed cherry-pick' "
        pristine_detach initial &&
 
        picked=\$(git rev-parse --short picked) &&
@@ -52,7 +52,7 @@ test_expect_success 'advice from failed cherry-pick' "
        error: could not apply \$picked... picked
        hint: after resolving the conflicts, mark the corrected paths
        hint: with 'git add <paths>' or 'git rm <paths>'
-       hint: and commit the result with 'git commit -c CHERRY_PICK_HEAD'
+       hint: and commit the result with 'git commit'
        EOF
        test_must_fail git cherry-pick picked 2>actual &&