Merge branch 'jt/commit-graph-per-object-store'
[gitweb.git] / t / t3210-pack-refs.sh
index 724b4b9bc037a229ec4fae9d6e49e0cf47188070..7333d7d5459179ab306d29fc04e7d088d75412af 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' '