Skip to content

Commit 7255ff0

Browse files
author
Junio C Hamano
committed
t3900: test conversion to non UTF-8 as well
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 46e35a6 commit 7255ff0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

t/t3900-i18n-commit.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,15 @@ do
101101
'
102102
done
103103

104+
for J in EUCJP ISO-2022-JP
105+
do
106+
git-repo-config i18n.logoutputencoding $J
107+
for H in EUCJP ISO-2022-JP
108+
do
109+
test_expect_success "$H should be shown in $J now" '
110+
compare_with '$H' ../t3900/'$J'.txt
111+
'
112+
done
113+
done
114+
104115
test_done

0 commit comments

Comments
 (0)