X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft7508-status.sh;h=fc57b135c50e34ab86c04d0a0ec81052ce40f8ff;hb=39af78961d8e7f4c0aee73e77e9eb5b6033f79c2;hp=905255adf0ca5b15d9befa772cda4a650bd15f34;hpb=8d3c0cb08dff78dfa36544f6bc720ac46cf743aa;p=git.git diff --git a/t/t7508-status.sh b/t/t7508-status.sh index 905255adf..fc57b135c 100755 --- a/t/t7508-status.sh +++ b/t/t7508-status.sh @@ -189,7 +189,7 @@ test_expect_success 'status with gitignore' ' # untracked EOF git status --ignored >output && - test_cmp expect output + test_i18ncmp expect output ' test_expect_success 'status with gitignore (nothing untracked)' ' @@ -247,7 +247,7 @@ test_expect_success 'status with gitignore (nothing untracked)' ' # untracked EOF git status --ignored >output && - test_cmp expect output + test_i18ncmp expect output ' rm -f .gitignore