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 <vascomalmeida@sapo.pt> Acked-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Vasco Almeida committed Oct 12, 2016 at 12:25 UTC 3bb464437e90fab11c9a5208c80a811d86b3956e
1 file changed +1 -1
t/t1512-rev-parse-disambiguation.sh
+1 -1
@@ -42,7 +42,7 @@ test_expect_success 'blob and tree' '
42
43 test_expect_success 'warn ambiguity when no candidate matches type hint' '
44 test_must_fail git rev-parse --verify 000000000^{commit} 2>actual &&
45 - grep "short SHA1 000000000 is ambiguous" actual
45 + test_i18ngrep "short SHA1 000000000 is ambiguous" actual
46 '
47
48 test_expect_success 'disambiguate tree-ish' '