]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t4030-diff-textconv.sh
Merge branch 'ab/detox-gettext-tests'
[thirdparty/git.git] / t / t4030-diff-textconv.sh
index 4cb9f0e523d2218566554cdccd9c2e3929f3d05b..c906320b60dcea80369c6c4ef1f6af70295713cd 100755 (executable)
@@ -139,7 +139,7 @@ EOF
 test_expect_success 'diffstat does not run textconv' '
        echo file diff=fail >.gitattributes &&
        git diff --stat HEAD^ HEAD >actual &&
-       test_i18ncmp expect.stat actual &&
+       test_cmp expect.stat actual &&
 
        head -n1 <expect.stat >expect.line1 &&
        head -n1 <actual >actual.line1 &&