t4210: skip command-line encoding tests on mingw
commit566b373f0dd2111d9a6f2be3279db59ec2b88e81
authorPat Thoyts <patthoyts@users.sourceforge.net>
Sat, 1 Jun 2013 09:37:37 +0000 (1 10:37 +0100)
committerStepan Kasal <kasal@ucw.cz>
Thu, 29 May 2014 08:41:50 +0000 (29 10:41 +0200)
treec3e6c4175e903370c0ee554e6989db5ee9abd554
parent9f3afbc3f650731ec49d4b9f2b34ffb05bf3b036
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>
t/t4210-log-i18n.sh