]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t0012-help.sh
Merge branch 'ab/detox-gettext-tests'
[thirdparty/git.git] / t / t0012-help.sh
index e8ef7300ecb8693367906d4c314797e5750bdf50..5679e29c62479c663446e76fbc587a2648efe601 100755 (executable)
@@ -55,7 +55,7 @@ test_expect_success "--help does not work for guides" "
                git: 'revisions' is not a git command. See 'git --help'.
        EOF
        test_must_fail git revisions --help 2>actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 "
 
 test_expect_success 'git help' '