]> git.ipfire.org Git - thirdparty/git.git/commit
t4210: skip command-line encoding tests on mingw
authorPat Thoyts <patthoyts@users.sourceforge.net>
Thu, 17 Jul 2014 15:37:03 +0000 (17:37 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Jul 2014 16:39:57 +0000 (09:39 -0700)
commit5212f91deb03056480cb01d60d27a107dc7cf680
tree631f19b121509674bd7ddd20cfbb666de9e52bb7
parent32f4cb6cee9295fe68211581fec22c546808b436
t4210: skip command-line encoding tests on mingw

On Windows the application command line is provided as unicode and in
mingw-git we convert that to utf-8. So these tests that require a iso-8859-1
input are being subverted by the encoding transformations we perform and
should be skipped.

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Signed-off-by: Stepan Kasal <kasal@ucw.cz>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4210-log-i18n.sh