t4210: skip command-line encoding tests on mingw
commit16c9895bcabfc6f0f96a7fed77d9625592a14ced
authorPat Thoyts <patthoyts@users.sourceforge.net>
Sat, 1 Jun 2013 09:37:37 +0000 (1 10:37 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 20 Dec 2013 00:24:45 +0000 (19 18:24 -0600)
tree5c31ac769b07c729500e6514e175fc26e73b7110
parent660fe8f16e115c2a090453bd1abc90a7868f4d3c
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