From: Junio C Hamano Date: Tue, 12 Apr 2011 23:39:14 +0000 (-0700) Subject: i18n: use test_i18ngrep in t7201 X-Git-Tag: v1.7.5.4~11^2~6 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/69382976aafae713c72d40b80f8900699c35bc76?ds=inline;hp=--cc i18n: use test_i18ngrep in t7201 Some test were mistakenly disabled under GETTEXT_POISON as well, and they have been resurrected. Signed-off-by: Junio C Hamano --- 69382976aafae713c72d40b80f8900699c35bc76 diff --git a/t/t7201-co.sh b/t/t7201-co.sh index 37ed0931d9..07fb53adcb 100755 --- a/t/t7201-co.sh +++ b/t/t7201-co.sh @@ -223,12 +223,12 @@ test_expect_success 'checkout --merge --conflict=diff3 ' ' test_cmp two expect ' -test_expect_success C_LOCALE_OUTPUT 'checkout to detach HEAD (with advice declined)' ' +test_expect_success 'checkout to detach HEAD (with advice declined)' ' git config advice.detachedHead false && git checkout -f renamer && git clean -f && git checkout renamer^ 2>messages && - grep "HEAD is now at 7329388" messages && + test_i18ngrep "HEAD is now at 7329388" messages && test 1 -eq $(wc -l messages && - grep "HEAD is now at 7329388" messages && + test_i18ngrep "HEAD is now at 7329388" messages && test 1 -lt $(wc -l