Fix tests under GETTEXT_POISON on git-remote
commitf7dc6a96435e050afbbdbdeffac481fea7ddb8af
authorJiang Xin <worldhello.net@gmail.com>
Mon, 27 Aug 2012 05:36:54 +0000 (27 13:36 +0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Aug 2012 16:26:30 +0000 (27 09:26 -0700)
treef9962d358afb9cdf34c75c0c9e79ae523992d338
parent9aa98efca286f7e7795a30614d79f120d0cd786c
Fix tests under GETTEXT_POISON on git-remote

Use the i18n-specific test functions in test scripts for git-remote.
This issue was was introduced in v1.7.10-233-gbb16d5:

    bb16d5 i18n: remote: mark strings for translation

and been broken under GETTEXT_POISON=YesPlease since.

Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5505-remote.sh