Re: [PATCH] t1512: become resilient to GETTEXT_POISON build

2016-10-12 Thread Jeff King
On Wed, Oct 12, 2016 at 12:25:33PM +, Vasco Almeida wrote:

> The concerned message was marked for translation by 0c99171
> ("get_short_sha1: mark ambiguity error for translation", 2016-09-26).

Thanks, this looks obviously correct.

-Peff


[PATCH] t1512: become resilient to GETTEXT_POISON build

2016-10-12 Thread Vasco Almeida
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 
---
 t/t1512-rev-parse-disambiguation.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/t1512-rev-parse-disambiguation.sh 
b/t/t1512-rev-parse-disambiguation.sh
index 7c659eb..711704b 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 0^{commit} 2>actual &&
-   grep "short SHA1 0 is ambiguous" actual
+   test_i18ngrep "short SHA1 0 is ambiguous" actual
 '
 
 test_expect_success 'disambiguate tree-ish' '
-- 
2.7.4