Fix tests under GETTEXT_POISON on git-stash
commit2878568847d5c437f964dec301370c71758e13cc
authorJiang Xin <worldhello.net@gmail.com>
Mon, 27 Aug 2012 05:36:50 +0000 (27 13:36 +0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Aug 2012 16:26:29 +0000 (27 09:26 -0700)
tree199a53be9b52e384f1014fa3cbb9ad1db6fb803e
parent4fa7e1989f411b2c507ace390e84ecf3d1eeb424
Fix tests under GETTEXT_POISON on git-stash

Use i18n-specific test functions in test scripts for git-stash.
This issue was was introduced in v1.7.4.1-119-g355ec:

    355ec i18n: git-status basic messages

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/t3903-stash.sh