connect: in ref advertisement, shallows are last
[gitweb.git] / t / t6134-pathspec-in-submodule.sh
index 0f1cb49cedc645c5a9b0c56257d3aca4740d5cd3..c670668409817c6d1066de53dc294bade2f27e93 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_cmp expect actual
+       test_i18ncmp expect actual
 '
 
 test_expect_success 'error message for path inside submodule from within submodule' '