Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-12-29 04:36:35 +0300
committerJunio C Hamano <junkio@cox.net>2006-12-29 04:36:35 +0300
commit7255ff0446217ad723dad6088504a18f6afb15db (patch)
tree04e1a92d385a3be7c737d9d6d32eed68ffb8fa28 /t/t3900-i18n-commit.sh
parent46e35a6cb9914ebb839249ecf2154c48b044c5cd (diff)
t3900: test conversion to non UTF-8 as well
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 't/t3900-i18n-commit.sh')
-rwxr-xr-xt/t3900-i18n-commit.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/t/t3900-i18n-commit.sh b/t/t3900-i18n-commit.sh
index 879b69793c..46fd47cb0f 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