t9003: become resilient to GETTEXT_POISON
commitf9b32424dcba5df7653f0dc9a45bdd135de416aa
authorVasco Almeida <vascomalmeida@sapo.pt>
Fri, 17 Jun 2016 20:21:09 +0000 (17 20:21 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 17 Jun 2016 22:45:48 +0000 (17 15:45 -0700)
treedaa64447c22e5a75225020d615eade67c4e41a65
parente5c1272c07eb5b70e2f785ff715a800f0e3f456e
t9003: become resilient to GETTEXT_POISON

The test t9003-help-autocorrect.sh fails when run under GETTEXT_POISON,
because it's expecting to filter out the original output. Accommodate
gettext poison case by also filtering out the default simulated output.

Signed-off-by: Vasco Almeida <vascomalmeida@sapo.pt>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9003-help-autocorrect.sh