daemon: log errors if we could not use some sockets
[gitweb.git] / t / t3507-cherry-pick-conflict.sh
index e0bf3563ac1a864129e0739d84f11c9eac9f0882..212ec54aaf0d805bbdecd93f3311d248a57d5b08 100755 (executable)
@@ -52,11 +52,11 @@ 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 &&
 
-       test_cmp expected actual
+       test_i18ncmp expected actual
 "
 
 test_expect_success 'failed cherry-pick sets CHERRY_PICK_HEAD' '