]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t4045-diff-relative.sh
Merge branch 'ab/detox-gettext-tests'
[thirdparty/git.git] / t / t4045-diff-relative.sh
index 7be1de736d86c90ac9c36ff68c0e8f4535e9bafd..61ba5f707fbd419aa3625eeedc39210f9d6d59ac 100755 (executable)
@@ -61,7 +61,7 @@ check_stat () {
        EOF
        test_expect_success "--stat $*" "
                git -C '$dir' diff --stat $* HEAD^ >actual &&
-               test_i18ncmp expected actual
+               test_cmp expected actual
        "
 }