builtin/pack-objects.c: mark more strings for translation
[gitweb.git] / t / t5500-fetch-pack.sh
index ea6570e81990d73dc07d03c3bb6e6af5c8f029f4..d2d27f9b54ecafccc530df0e77e1aadeb0fcbccc 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
        )
 '