Disable t0110's high-bit test on Windows
commit134910b14d3d900de1f9fa1443a5c90b96e1ef0a
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 27 Dec 2013 23:19:44 +0000 (27 17:19 -0600)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 30 Dec 2013 01:18:04 +0000 (29 19:18 -0600)
treece9f6614e72131c7c11f8ffc418de4accc09eb5a
parentc6d7b169dbdf3465daf8eb6d45d7a774b7e6f9a9
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