t4210: skip command-line encoding tests on mingw
commitcfcf421ea56f06cf554604af9c2a38651e96cfb9
authorPat Thoyts <patthoyts@users.sourceforge.net>
Sat, 1 Jun 2013 09:37:37 +0000 (1 10:37 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 30 Dec 2013 01:18:03 +0000 (29 19:18 -0600)
tree5c10145785c2644351092204d7ef3797e9f47d73
parentc84364e63def77f194d05974a3e5a1c14d4223ec
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