Revert "t4041: ensure the utf-8 encoded string really gets stored as utf-8."

This reverts commit 2482bc95bf.
This commit is contained in:
Stepan Kasal
2014-04-09 17:28:53 +02:00
parent 0fce85db5b
commit cecc1323ad

View File

@@ -13,7 +13,7 @@ This test tries to verify the sanity of the --submodule option of git diff.
# String "added" in German (translated with Google Translate), encoded in UTF-8,
# used in sample commit log messages in add_file() function below.
added=$(printf "hinzugef\303\274gt" | iconv -t utf-8)
added=$(printf "hinzugef\303\274gt")
add_file () {
(
cd "$1" &&