t4210: skip command-line encoding tests on mingw
commita31c51ccc73f111f412331fe4e6a8fe7ba0ae6f1
authorPat Thoyts <patthoyts@users.sourceforge.net>
Sat, 1 Jun 2013 09:37:37 +0000 (1 10:37 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 13 Sep 2013 08:37:52 +0000 (13 09:37 +0100)
treeff05b716fde82963472fdba00d985ffa14b39baa
parent72bda246d6278dcf58ace963eb855560c35d389b
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