t4210: skip command-line encoding tests on mingw
commit1e51f6c71b04f5ec333b10d9f28a165e678b2b49
authorPat Thoyts <patthoyts@users.sourceforge.net>
Sat, 1 Jun 2013 09:37:37 +0000 (1 10:37 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Thu, 5 Dec 2013 23:20:23 +0000 (5 23:20 +0000)
tree8384a3f3c1b87eedba98182bc36af056f8097dbd
parent4c7616f5dd47f90c33b9f34e893a282bf27e06c1
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