]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t6134-pathspec-in-submodule.sh
Merge branch 'ab/detox-gettext-tests'
[thirdparty/git.git] / t / t6134-pathspec-in-submodule.sh
index c670668409817c6d1066de53dc294bade2f27e93..0f1cb49cedc645c5a9b0c56257d3aca4740d5cd3 100755 (executable)
@@ -21,7 +21,7 @@ EOF
 test_expect_success 'error message for path inside submodule' '
        echo a >sub/a &&
        test_must_fail git add sub/a 2>actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'error message for path inside submodule from within submodule' '