Skip to content

Commit

Permalink
t3900: test conversion to non UTF-8 as well
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Dec 29, 2006
1 parent 46e35a6 commit 7255ff0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions t/t3900-i18n-commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7255ff0

Please sign in to comment.