From: Vasco Almeida Date: Wed, 12 Oct 2016 12:25:33 +0000 (+0000) Subject: t1512: become resilient to GETTEXT_POISON build X-Git-Tag: v2.11.0-rc0~40^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3bb464437e90fab11c9a5208c80a811d86b3956e;p=thirdparty%2Fgit.git t1512: become resilient to GETTEXT_POISON build The concerned message was marked for translation by 0c99171 ("get_short_sha1: mark ambiguity error for translation", 2016-09-26). Signed-off-by: Vasco Almeida Acked-by: Jeff King Signed-off-by: Junio C Hamano --- diff --git a/t/t1512-rev-parse-disambiguation.sh b/t/t1512-rev-parse-disambiguation.sh index 7c659eb585..711704ba5a 100755 --- a/t/t1512-rev-parse-disambiguation.sh +++ b/t/t1512-rev-parse-disambiguation.sh @@ -42,7 +42,7 @@ test_expect_success 'blob and tree' ' test_expect_success 'warn ambiguity when no candidate matches type hint' ' test_must_fail git rev-parse --verify 000000000^{commit} 2>actual && - grep "short SHA1 000000000 is ambiguous" actual + test_i18ngrep "short SHA1 000000000 is ambiguous" actual ' test_expect_success 'disambiguate tree-ish' '