sha1-file.c: mark more strings for translation
[gitweb.git] / t / t3210-pack-refs.sh
index afa27ffe2d869a5e7fdf8318d5b9957208a96c52..7e95713f9e6390a0f87b2befab542a7779dda025 100755 (executable)
@@ -186,7 +186,7 @@ test_expect_success 'notice d/f conflict with existing directory' '
 
 test_expect_success 'existing directory reports concrete ref' '
        test_must_fail git branch foo 2>stderr &&
-       grep refs/heads/foo/bar/baz stderr
+       test_i18ngrep refs/heads/foo/bar/baz stderr
 '
 
 test_expect_success 'notice d/f conflict with existing ref' '