Merge branch 'hn/config-in-code-comment'
[gitweb.git] / t / t5500-fetch-pack.sh
index fa03f56a2026b712519f932a8b4fd4a01bee80cc..8f945235e3a94156de4dadaff5e944751f056372 100755 (executable)
@@ -403,7 +403,7 @@ test_expect_success 'fetch creating new shallow root' '
                git fetch --depth=1 --progress 2>actual &&
                # This should fetch only the empty commit, no tree or
                # blob objects
-               grep "remote: Total 1" actual
+               test_i18ngrep "remote: Total 1" actual
        )
 '