summaryrefslogtreecommitdiffstats
path: root/t/t3210-pack-refs.sh
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2018-07-21 09:49:35 +0200
committerJunio C Hamano <gitster@pobox.com>2018-07-23 20:19:10 +0200
commit661558f0a58fc979c9c5fc1b720e48dfe23ef833 (patch)
treeeeb30324725b449b65f03c4c74bef72645acd459 /t/t3210-pack-refs.sh
parentpkt-line.c: mark more strings for translation (diff)
downloadgit-661558f0a58fc979c9c5fc1b720e48dfe23ef833.tar.xz
git-661558f0a58fc979c9c5fc1b720e48dfe23ef833.zip
refs.c: mark more strings for translation
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t3210-pack-refs.sh')
-rwxr-xr-xt/t3210-pack-refs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3210-pack-refs.sh b/t/t3210-pack-refs.sh
index afa27ffe2d..7e95713f9e 100755
--- a/t/t3210-pack-refs.sh
+++ b/t/t3210-pack-refs.sh
@@ -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' '