Fix tests under GETTEXT_POISON on diffstat
[gitweb.git] / t / t4202-log.sh
index 71be59d446f773c4b567f00c469ac26225d11cb8..31869dc0dbcb5f79e4e0f5e307a4d8f617aadbe4 100755 (executable)
@@ -803,7 +803,7 @@ sanitize_output () {
 test_expect_success 'log --graph with diff and stats' '
        git log --graph --pretty=short --stat -p >actual &&
        sanitize_output >actual.sanitized <actual &&
-       test_cmp expect actual.sanitized
+       test_i18ncmp expect actual.sanitized
 '
 
 test_done