diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2018-07-21 09:49:35 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-07-23 20:19:10 +0200 |
commit | 661558f0a58fc979c9c5fc1b720e48dfe23ef833 (patch) | |
tree | eeb30324725b449b65f03c4c74bef72645acd459 /t/t5505-remote.sh | |
parent | pkt-line.c: mark more strings for translation (diff) | |
download | git-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-x | t/t5505-remote.sh | 2 |
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' ' |