]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t4016-diff-quote.sh
Merge branch 'ab/detox-gettext-tests'
[thirdparty/git.git] / t / t4016-diff-quote.sh
index 9c48e5c2c99ad1eafc343a2cf6b9eeda54f644d4..876271d6826cca4fea73e8cdb459e6983db5b209 100755 (executable)
@@ -82,7 +82,7 @@ test_expect_success 'git diff --stat -M HEAD' '
         7 files changed, 0 insertions(+), 0 deletions(-)
        EOF
        git diff --stat -M HEAD >actual &&
         7 files changed, 0 insertions(+), 0 deletions(-)
        EOF
        git diff --stat -M HEAD >actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_done
 '
 
 test_done