Code

test: use test_i18ncmp when checking --stat output
[git.git] / t / t3508-cherry-pick-many-commits.sh
index 1b3a344158aa8077c1e5b47f9ab8bd6394e153ed..d909e6dbcf0f1af90b616d5b83acebd962a7f751 100755 (executable)
@@ -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
 '
 
@@ -82,7 +82,7 @@ test_expect_success 'cherry-pick --strategy resolve first..fourth works' '
        git diff --quiet other &&
        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
 '