Disable t0110's high-bit test on Windows
commit160d56e2289f08c6f5208ff2fe33c5497ecc1512
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 27 Dec 2013 23:19:44 +0000 (27 17:19 -0600)
committerStepan Kasal <kasal@ucw.cz>
Wed, 16 Apr 2014 14:32:54 +0000 (16 16:32 +0200)
tree1fac11aff73e85169e99f2dc4276974ebc1eea17
parentf7560be6e25a6e56d77665a099e096811dd4b12a
Disable t0110's high-bit test on Windows

The bash Git for Windows uses (i.e. the MSys bash) cannot pass
command-line arguments with high bits set verbatim to non-MSys programs,
but instead converts those characters with high bits set to their hex
representation.

For example, when running

strings "$(echo -e '\x80')"

(where strings.exe is a MinGW program, not an MSys one) it will complain
about not finding the file called "80".

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
t/t0110-urlmatch-normalization.sh