Skip to content

Commit

Permalink
t9301: use ISO8859-1 rather than ISO-8859-1
Browse files Browse the repository at this point in the history
Some ancient platforms do not have an extensive list of alternate names for
character encodings.  For example, Solaris 7 does not know that ISO-8859-1
is the same as ISO8859-1.  Modern platforms do know this, so use the older
name.

Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Brandon Casey authored and Junio C Hamano committed May 19, 2009
1 parent 1e6bca0 commit e0d44c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t9301-fast-export.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ test_expect_success 'fast-export master~2..master' '

test_expect_success 'iso-8859-1' '
git config i18n.commitencoding ISO-8859-1 &&
git config i18n.commitencoding ISO8859-1 &&
# use author and committer name in ISO-8859-1 to match it.
. "$TEST_DIRECTORY"/t3901-8859-1.txt &&
test_tick &&
Expand Down

0 comments on commit e0d44c5

Please sign in to comment.