tests: do not pass iso8859-1 encoded parameter
commite6ce2be2d7a70dfa3241f70ae236da4a63625ef8
authorPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 2 Sep 2013 14:44:54 +0000 (2 15:44 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 15 Jul 2014 18:19:11 +0000 (15 11:19 -0700)
tree7627dd04fdb74a0ea4f942abc11a176ace4cadda
parent0217569bb2db23b8686f67b0f4dda7e517dec6fd
tests: do not pass iso8859-1 encoded parameter

git commit -m with some iso8859-1 encoded stuff is doomed to fail in MinGW,
because Windows don't let you pass encoded bytes to a process (CreateProcessW
always takes a UTF-16LE encoded string).

It is safe to pass the iso8859-1 message using a file or a pipe.

Thanks-to: Karsten Blees <blees@dcon.de>
Author: Stepan Kasal <kasal@ucw.cz>
Signed-off-by: Stepan Kasal <kasal@ucw.cz>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4041-diff-submodule-option.sh
t/t4205-log-pretty-formats.sh
t/t6006-rev-list-format.sh
t/t7102-reset.sh