Disable t0110's high-bit test on Windows
commit5b682f1af8c8814ea5da73e65bb7ddf25c2f4d54
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 27 Dec 2013 23:19:44 +0000 (27 17:19 -0600)
committerStepan Kasal <kasal@ucw.cz>
Thu, 29 May 2014 08:41:53 +0000 (29 10:41 +0200)
treee9eab4e0209ff9102bb21a06979e0186e2d4350d
parent0ece80f0caae45913a39bd8b62f51cd0d9f00d40
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