Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
t3900: test conversion to non UTF-8 as well
author
Junio C Hamano
<junkio@cox.net>
Fri, 29 Dec 2006 01:36:35 +0000
(17:36 -0800)
committer
Junio C Hamano
<junkio@cox.net>
Fri, 29 Dec 2006 01:36:35 +0000
(17:36 -0800)
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t3900-i18n-commit.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
46e35a6
)
diff --git
a/t/t3900-i18n-commit.sh
b/t/t3900-i18n-commit.sh
index 879b69793c547d26e56f12758c2ed1a0c7da51f6..46fd47cb0fedea8831d155d04651deb2b21d2e7c 100755
(executable)
--- 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