Re: [PATCH v2 18/22] tests: use test_i18n* functions to suppress false positives

2016-05-27 Thread Junio C Hamano
Vasco Almeida writes: > Às 17:08 de 27-05-2016, Junio C Hamano escreveu: >> Vasco Almeida writes: >> >>> diff --git a/t/t1307-config-blob.sh b/t/t1307-config-blob.sh >>> index 3c6791e..4079fef 100755 >>> --- a/t/t1307-config-blob.sh >>> +++

Re: [PATCH v2 18/22] tests: use test_i18n* functions to suppress false positives

2016-05-27 Thread Vasco Almeida
Às 17:08 de 27-05-2016, Junio C Hamano escreveu: > Vasco Almeida writes: > >> diff --git a/t/t1307-config-blob.sh b/t/t1307-config-blob.sh >> index 3c6791e..4079fef 100755 >> --- a/t/t1307-config-blob.sh >> +++ b/t/t1307-config-blob.sh >> @@ -64,7 +64,7 @@

Re: [PATCH v2 18/22] tests: use test_i18n* functions to suppress false positives

2016-05-27 Thread Junio C Hamano
Vasco Almeida writes: > diff --git a/t/t1307-config-blob.sh b/t/t1307-config-blob.sh > index 3c6791e..4079fef 100755 > --- a/t/t1307-config-blob.sh > +++ b/t/t1307-config-blob.sh > @@ -64,7 +64,7 @@ test_expect_success 'parse errors in blobs are properly > attributed' ' >

[PATCH v2 18/22] tests: use test_i18n* functions to suppress false positives

2016-05-23 Thread Vasco Almeida
The test functions test_i18ncmp and test_i18ngrep pretend success if run under GETTEXT_POISON. By using those functions to test output which is correctly marked as translatable, enables one to detect if the strings newly marked for translation are from plumbing output. If they are indeed from