Disable t0110's high-bit test on Windows
commit61a152a3ad1fb0185cfaddfd151d224c302edf54
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 27 Dec 2013 23:19:44 +0000 (27 17:19 -0600)
committerStepan Kasal <kasal@ucw.cz>
Thu, 15 May 2014 07:42:50 +0000 (15 09:42 +0200)
tree49ed16b88c476265ebc59fd80e007741e6e194b3
parent6a875fcf8f6757285cbb9e7576100a35f4a4ac8c
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