From: Johannes Sixt Date: Wed, 13 Aug 2014 19:30:11 +0000 (+0200) Subject: tests: fix negated test_i18ngrep calls X-Git-Tag: v2.1.0~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/41ca19b6a6ca5ad6fea246bd400717c16b80b32c?hp=41ca19b6a6ca5ad6fea246bd400717c16b80b32c tests: fix negated test_i18ngrep calls The helper function test_i18ngrep pretends that it found the expected results when it is running under GETTEXT_POISON. For this reason, it must not be used negated like so ! test_i18ngrep foo bar because the test case would fail under GETTEXT_POISON. The function offers a special syntax to test that a pattern is *not* found: test_i18ngrep ! foo bar Convert incorrect uses to this syntax. Signed-off-by: Johannes Sixt Signed-off-by: Junio C Hamano ---