From: Junio C Hamano Date: Fri, 29 Dec 2006 01:36:35 +0000 (-0800) Subject: t3900: test conversion to non UTF-8 as well X-Git-Tag: v1.5.0-rc1~158^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7255ff0446217ad723dad6088504a18f6afb15db;p=git.git t3900: test conversion to non UTF-8 as well Signed-off-by: Junio C Hamano --- diff --git a/t/t3900-i18n-commit.sh b/t/t3900-i18n-commit.sh index 879b69793..46fd47cb0 100755 --- a/t/t3900-i18n-commit.sh +++ b/t/t3900-i18n-commit.sh @@ -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