]> git.ipfire.org Git - thirdparty/git.git/commit - t/t7508-status.sh
i18n: use test_i18n{grep,cmp} in t7508
authorJunio C Hamano <gitster@pobox.com>
Thu, 14 Apr 2011 20:56:14 +0000 (13:56 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 14 Apr 2011 21:24:02 +0000 (14:24 -0700)
commitcc6658e7b4baad88ea30b0a1c8d4857f6253c2b0
treea4bcfb1663706f4d31ff894e13fbf0190bed1db4
parent7a23d2d28a1fcdb9e52101eacaa87af02a148b21
i18n: use test_i18n{grep,cmp} in t7508

Two tests looked for "[Uu]sage" in the output, but we cannot expect the
l10n to use that phrase.  Mark them with test_i18ngrep so that in later
versions we can test truly localized versions with the same tests, not
just GETTEXT_POISON that happens to keep the original string in the
output.

Merge a few tests that were artificially split into "do" and "test output
under C_LOCALE_OUTPUT" in the original i18n patches back.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7508-status.sh