t4210: skip command-line encoding tests on mingw
commit2c6d70201dff84260517bc50ac3400e103920513
authorPat Thoyts <patthoyts@users.sourceforge.net>
Sat, 1 Jun 2013 09:37:37 +0000 (1 10:37 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 10 May 2014 21:56:42 +0000 (10 16:56 -0500)
tree3d9e6b17100a1a740e975cb9e367716a8a3e68a4
parent8d5bf4118fb82f40d172dbc707afad78aa115fed
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