Junio C Hamano wrote: > Jonathan Nieder <jrnieder@xxxxxxxxx> writes: >> --- a/t/t3508-cherry-pick-many-commits.sh >> +++ b/t/t3508-cherry-pick-many-commits.sh >> @@ -55,7 +55,7 @@ test_expect_success 'cherry-pick first..fourth works' ' >> git diff --quiet HEAD other && >> >> sed -e "s/$_x05[0-9a-f][0-9a-f]/OBJID/" <actual >actual.fuzzy && >> - test_cmp expected actual.fuzzy && >> + test_i18ncmp expected actual.fuzzy && >> check_head_differs_from fourth >> ' [...] > Honestly speaking, I am not sure if we should be making these > comparisons to cast the informational output from cherry-pick > that is meant for human concumption in stone to begin with. You might like patch 4, then. ;-) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html