]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t7600-merge.sh
Merge branch 'ab/detox-gettext-tests'
[thirdparty/git.git] / t / t7600-merge.sh
index b2c1d861dcb07aa0dd87b8b88269d9e7cb5d69aa..1cbc9715a81bdc9cf13bbe6d1341388468d0d047 100755 (executable)
@@ -272,7 +272,7 @@ test_expect_success 'merge c3 with c7 with commit.cleanup = scissors' '
        EOF
        git cat-file commit HEAD >raw &&
        sed -e "1,/^$/d" raw >actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'merge c3 with c7 with --squash commit.cleanup = scissors' '
@@ -296,7 +296,7 @@ test_expect_success 'merge c3 with c7 with --squash commit.cleanup = scissors' '
        EOF
        git cat-file commit HEAD >raw &&
        sed -e "1,/^$/d" raw >actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_debug 'git log --graph --decorate --oneline --all'