summaryrefslogtreecommitdiffstats
path: root/t/t5505-remote.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/t5505-remote.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/t5505-remote.sh')
-rwxr-xr-xt/t5505-remote.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5505-remote.sh b/t/t5505-remote.sh
index a6c0178f3a..ca4c222743 100755
--- a/t/t5505-remote.sh
+++ b/t/t5505-remote.sh
@@ -876,7 +876,7 @@ test_expect_success 'remote prune to cause a dangling symref' '
cd eight &&
test_must_fail git branch nomore origin
) 2>err &&
- grep "dangling symref" err
+ test_i18ngrep "dangling symref" err
'
test_expect_success 'show empty remote' '