diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-09-27 01:09:17 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-09-27 01:09:18 +0200 |
commit | 8969feac7ee119dc3cdae0e2d8c65516aa8f4045 (patch) | |
tree | 1007bab435d4c18d829ebba5975bede43e4c9f9c /t/t5512-ls-remote.sh | |
parent | Merge branch 'jt/format-patch-rfc' (diff) | |
parent | i18n: stash: mark messages for translation (diff) | |
download | git-8969feac7ee119dc3cdae0e2d8c65516aa8f4045.tar.xz git-8969feac7ee119dc3cdae0e2d8c65516aa8f4045.zip |
Merge branch 'va/i18n-more'
Even more i18n.
* va/i18n-more:
i18n: stash: mark messages for translation
i18n: notes-merge: mark die messages for translation
i18n: ident: mark hint for translation
i18n: i18n: diff: mark die messages for translation
i18n: connect: mark die messages for translation
i18n: commit: mark message for translation
Diffstat (limited to 't/t5512-ls-remote.sh')
-rwxr-xr-x | t/t5512-ls-remote.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5512-ls-remote.sh b/t/t5512-ls-remote.sh index befdfeefc6..55fc83fc06 100755 --- a/t/t5512-ls-remote.sh +++ b/t/t5512-ls-remote.sh @@ -99,7 +99,7 @@ test_expect_success 'confuses pattern as remote when no remote specified' ' # We could just as easily have used "master"; the "*" emphasizes its # role as a pattern. test_must_fail git ls-remote refs*master >actual 2>&1 && - test_cmp exp actual + test_i18ncmp exp actual ' test_expect_success 'die with non-2 for wrong repository even with --exit-code' ' |