summaryrefslogtreecommitdiff
path: root/t/t9350
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2019-05-14 04:30:58 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-05-14 07:48:55 (GMT)
commit32615ce7626f8f07990bd1c01f49be6dca7d4a2d (patch)
tree19431e4be024ce0e26ca7d4e8c3ade6c11ee627d /t/t9350
parent83232e38648b51abbcbdb56c94632b6906cc85a6 (diff)
downloadgit-32615ce7626f8f07990bd1c01f49be6dca7d4a2d.zip
git-32615ce7626f8f07990bd1c01f49be6dca7d4a2d.tar.gz
git-32615ce7626f8f07990bd1c01f49be6dca7d4a2d.tar.bz2
t9350: fix encoding test to actually test reencoding
This test used an author with non-ascii characters in the name, but no special commit message. It then grep'ed for those non-ascii characters, but those are guaranteed to exist regardless of the reencoding process since the reencoding only affects the commit message, not the author or committer names. As such, the test would work even if the re-encoding process simply stripped the commit message entirely. Modify the test to actually check that the reencoding into UTF-8 worked. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9350')
-rw-r--r--t/t9350/simple-iso-8859-7-commit-message.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t9350/simple-iso-8859-7-commit-message.txt b/t/t9350/simple-iso-8859-7-commit-message.txt
new file mode 100644
index 0000000..8b3f0c3
--- /dev/null
+++ b/t/t9350/simple-iso-8859-7-commit-message.txt
@@ -0,0 +1 @@
+Pi: ð \ No newline at end of file