t4210: skip command-line encoding tests on mingw
commit557305b4fd6809f63f9068ff88f838eeb2e9cd3f
authorPat Thoyts <patthoyts@users.sourceforge.net>
Sat, 1 Jun 2013 09:37:37 +0000 (1 10:37 +0100)
committerStepan Kasal <kasal@ucw.cz>
Fri, 11 Apr 2014 17:11:30 +0000 (11 19:11 +0200)
tree8db80b8fcdbec93b9ace3e3bef89079e8d4b1922
parenta3eea4fc25716e7748f4a333fc88100e0a73bef4
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