t0110/MinGW: skip tests that pass arbitrary bytes on the command line
commit480cd53014325865901c9adc3791446bfd4cf4f0
authorKarsten Blees <karsten.blees@gmail.com>
Sat, 19 Jul 2014 19:37:19 +0000 (19 21:37 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Jul 2014 16:39:19 +0000 (21 09:39 -0700)
tree5640ff82860cd848de2162893f1ba153af9f9a9f
parenta7220fba73737d3ea790ed56e5a777b815687aca
t0110/MinGW: skip tests that pass arbitrary bytes on the command line

On Windows, the command line is a Unicode string, it is not possible to
pass arbitrary bytes to a program. Disable tests that try to do so.

Signed-off-by: Karsten Blees <blees@dcon.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0110-urlmatch-normalization.sh