summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLibravatar Brandon Casey <casey@nrlssc.navy.mil>2009-05-18 18:44:44 -0500
committerLibravatar Junio C Hamano <gitster@pobox.com>2009-05-18 20:53:18 -0700
commite0d44c50752644fca80f1e78ab7a939135b380e1 (patch)
tree3ce5a479012af0ea3832f04bd3d122614067bf66 /t
parentt3901: Use ISO8859-1 instead of ISO-8859-1 for backward compatibility (diff)
downloadtgif-e0d44c50752644fca80f1e78ab7a939135b380e1.tar.xz
t9301: use ISO8859-1 rather than ISO-8859-1
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>
Diffstat (limited to 't')
-rwxr-xr-xt/t9301-fast-export.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9301-fast-export.sh b/t/t9301-fast-export.sh
index 8da9ce5459..8c8a9e63c2 100755
--- a/t/t9301-fast-export.sh
+++ b/t/t9301-fast-export.sh
@@ -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 &&