]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t4014-format-patch.sh
Merge branch 'ab/detox-gettext-tests'
[thirdparty/git.git] / t / t4014-format-patch.sh
index 66630c8413d5008caa53a2e3c36c652e61937cc5..cdd3154e702674007cef1e1a368cad0c5476c060 100755 (executable)
@@ -888,11 +888,11 @@ echo "fatal: --check does not make sense" >expect.check
 
 test_expect_success 'options no longer allowed for format-patch' '
        test_must_fail git format-patch --name-only 2>output &&
-       test_i18ncmp expect.name-only output &&
+       test_cmp expect.name-only output &&
        test_must_fail git format-patch --name-status 2>output &&
-       test_i18ncmp expect.name-status output &&
+       test_cmp expect.name-status output &&
        test_must_fail git format-patch --check 2>output &&
-       test_i18ncmp expect.check output
+       test_cmp expect.check output
 '
 
 test_expect_success 'format-patch --numstat should produce a patch' '