t3900: test conversion to non UTF-8 as well

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano 2006-12-28 17:36:35 -08:00
parent 46e35a6cb9
commit 7255ff0446

View file

@ -101,4 +101,15 @@ do
'
done
for J in EUCJP ISO-2022-JP
do
git-repo-config i18n.logoutputencoding $J
for H in EUCJP ISO-2022-JP
do
test_expect_success "$H should be shown in $J now" '
compare_with '$H' ../t3900/'$J'.txt
'
done
done
test_done