X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft4201-shortlog.sh;h=a01e55bf6b96246c33332e5112bcb3d6583402ac;hb=990169b9b19b2a4e837127c6b8678d6bdf44c609;hp=dd818f6fd61e8ca593c36467377d15d023eced25;hpb=a689faeb5850174edfbbb0a502ef7eee8cd06d76;p=git.git diff --git a/t/t4201-shortlog.sh b/t/t4201-shortlog.sh index dd818f6fd..a01e55bf6 100755 --- a/t/t4201-shortlog.sh +++ b/t/t4201-shortlog.sh @@ -53,7 +53,7 @@ GIT_DIR=non-existing git shortlog -w < log > out test_expect_success 'shortlog from non-git directory' 'test_cmp expect out' iconvfromutf8toiso88591() { - printf "%s" "$*" | iconv -f UTF-8 -t ISO-8859-1 + printf "%s" "$*" | iconv -f UTF-8 -t ISO8859-1 } DSCHO="Jöhännës \"Dschö\" Schindëlin" @@ -72,7 +72,7 @@ test_expect_success 'shortlog encoding' ' git config --unset i18n.commitencoding && echo 2 > a1 && git commit --quiet -m "$MSG1" --author="$DSCHOE" a1 && - git config i18n.commitencoding "ISO-8859-1" && + git config i18n.commitencoding "ISO8859-1" && echo 3 > a1 && git commit --quiet -m "$(iconvfromutf8toiso88591 "$MSG2")" \ --author="$(iconvfromutf8toiso88591 "$DSCHOE")" a1 &&