summaryrefslogtreecommitdiff
path: root/t/t8005-blame-i18n.sh
diff options
context:
space:
mode:
authorBrandon Casey <drafnel@gmail.com>2009-05-28 01:57:45 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-05-28 03:24:55 (GMT)
commited43bc8c4c30199cfba5e6ce9f8037c8c454cf5c (patch)
tree923c78c32e1c08106d22dff45f102152291ed999 /t/t8005-blame-i18n.sh
parentbb43414b371c663189f4ee32949d82303cac918c (diff)
downloadgit-ed43bc8c4c30199cfba5e6ce9f8037c8c454cf5c.zip
git-ed43bc8c4c30199cfba5e6ce9f8037c8c454cf5c.tar.gz
git-ed43bc8c4c30199cfba5e6ce9f8037c8c454cf5c.tar.bz2
t8005: fix typo, it's ISO-8859-5, not KOI8-R
Signed-off-by: Brandon Casey <drafnel@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t8005-blame-i18n.sh')
-rwxr-xr-xt/t8005-blame-i18n.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t8005-blame-i18n.sh b/t/t8005-blame-i18n.sh
index 4460975..9cca14d 100755
--- a/t/t8005-blame-i18n.sh
+++ b/t/t8005-blame-i18n.sh
@@ -13,7 +13,7 @@ test_expect_success 'setup the repository' '
git add file &&
git commit --author "$UTF8_NAME <utf8@localhost>" -m "$UTF8_MSG" &&
- echo "KOI8-R LINE" >> file &&
+ echo "ISO-8859-5 LINE" >> file &&
git add file &&
git config i18n.commitencoding ISO8859-5 &&
git commit --author "$ISO8859_5_NAME <iso8859-5@localhost>" -m "$ISO8859_5_MSG" &&