t3420: fix under GETTEXT_POISON build
commitadf16c08cb966be9c03e6f5b5b7614f617f81b95
authorJunio C Hamano <gitster@pobox.com>
Fri, 23 Jun 2017 18:56:25 +0000 (23 11:56 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 23 Jun 2017 18:56:25 +0000 (23 11:56 -0700)
treee5b18c81917b6d2217dbf50ae5c41a2ab2fee43e
parent7d70e6b9029cc033178a73ecedb3f447288b8384
t3420: fix under GETTEXT_POISON build

Newly added tests to t3420 in this series prepare expected
human-readable output from "git rebase -i" and then compare the
actual output with it.  As the output from the command is designed
to go through i18n/l10n, we need to use test_i18ncmp to tell
GETTEXT_POISON build that it is OK the output does not match.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3420-rebase-autostash.sh