t4210: skip command-line encoding tests on mingw
commit3be6459cb77eaabb1c5f8ff9683cc9648b6b49aa
authorPat Thoyts <patthoyts@users.sourceforge.net>
Sat, 1 Jun 2013 09:37:37 +0000 (1 10:37 +0100)
committerStepan Kasal <kasal@ucw.cz>
Wed, 16 Apr 2014 14:32:51 +0000 (16 16:32 +0200)
tree8db80b8fcdbec93b9ace3e3bef89079e8d4b1922
parent27dd40e86dc03d1c5bf4fb72b252cf704b3f8d73
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