X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft9301-fast-export.sh;h=8c8a9e63c26c594a837d266bff56f5f85cb376c8;hb=974e6e42f7a66b69bd684af4f637ab064acfdf92;hp=8da9ce54596416af6fc9779a5ac3f7131958aec8;hpb=2d430c713372fc21f9acf1d8b745e7f4fbbe336c;p=git.git diff --git a/t/t9301-fast-export.sh b/t/t9301-fast-export.sh index 8da9ce545..8c8a9e63c 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 &&