]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t4150-am.sh
Merge branch 'ab/detox-gettext-tests'
[thirdparty/git.git] / t / t4150-am.sh
index 99987515dc2dde28b8654ac4ccda2071ddeffc5b..2aaaa0d7dedf68934e8d5b4c6610f1a859acbb29 100755 (executable)
@@ -906,7 +906,7 @@ test_expect_success 'am empty-file does not infloop' '
        test_tick &&
        test_must_fail git am empty-file 2>actual &&
        echo Patch format detection failed. >expected &&
        test_tick &&
        test_must_fail git am empty-file 2>actual &&
        echo Patch format detection failed. >expected &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 test_expect_success 'am --message-id really adds the message id' '
 '
 
 test_expect_success 'am --message-id really adds the message id' '