]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5150-request-pull.sh
Merge branch 'ab/detox-gettext-tests'
[thirdparty/git.git] / t / t5150-request-pull.sh
index db4e15fd5965d9863f379ad9a6a14041852a64bc..cb67bac1c47487f451c2113c6b6fca60cb438bfd 100755 (executable)
@@ -223,14 +223,14 @@ test_expect_success 'pull request format' '
                git request-pull initial "$downstream_url" tags/full >../request
        ) &&
        <request sed -nf fuzz.sed >request.fuzzy &&
-       test_i18ncmp expect request.fuzzy &&
+       test_cmp expect request.fuzzy &&
 
        (
                cd local &&
                git request-pull initial "$downstream_url" tags/full:refs/tags/full
        ) >request &&
        sed -nf fuzz.sed <request >request.fuzzy &&
-       test_i18ncmp expect request.fuzzy &&
+       test_cmp expect request.fuzzy &&
 
        (
                cd local &&