t4210: skip command-line encoding tests on mingw
commit5c2060439b227b3fa919d1f0fa0d680b7d868f16
authorPat Thoyts <patthoyts@users.sourceforge.net>
Sat, 1 Jun 2013 09:37:37 +0000 (1 10:37 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 10 Apr 2014 18:53:29 +0000 (10 13:53 -0500)
tree8120a61ddca85660a2b9e4a85b99cb542cca2b07
parentd813621f8dcded288d98240d6dc16e9e2cbb6ada
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