t5523: use test_i18ngrep for negation
commita1347dc00c35d4f37e0df2eceb0da6363a1dbced
authorVasco Almeida <vascomalmeida@sapo.pt>
Fri, 17 Jun 2016 20:21:11 +0000 (17 20:21 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 17 Jun 2016 22:45:48 +0000 (17 15:45 -0700)
treeef8b0a188edfa1785ff95b55b64eba28b4ec83ff
parentde5ea4c6f8515fd28f0795f90b5bf5221bec552a
t5523: use test_i18ngrep for negation

Replace the first form with the second one:

! grep expected actual
test_i18ngrep ! expected actual

The latter syntax is supported by test_i18ngrep defined in
t/test-lib.sh.

Although the test already passes whether GETTEXT_POSION is enabled, use
the i18n grep variant for the sake of consistency and also to make
obvious that those strings are subject to i18n.

Signed-off-by: Vasco Almeida <vascomalmeida@sapo.pt>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5523-push-upstream.sh