t4210: skip command-line encoding tests on mingw
commit502f0978a73b0d6e91ec589adbfa9ecdc1e852cb
authorPat Thoyts <patthoyts@users.sourceforge.net>
Sat, 1 Jun 2013 09:37:37 +0000 (1 10:37 +0100)
committerStepan Kasal <kasal@ucw.cz>
Thu, 15 May 2014 07:42:47 +0000 (15 09:42 +0200)
tree3d9e6b17100a1a740e975cb9e367716a8a3e68a4
parent4c5a9912f3cfcd1dbac1f15affb8b6dca74cc70b
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