Hello, this is a collection of quality test suite fixes, hand picked with care, following the expert advice by Karsten. :-) Most of them just switch off the tests on MinGW, one uses `pwd -W' to get the reeal windows path. All of these are time proven, they have been in msysgit since Dec 2013, at least. ;-) The fix for t8001,2 (annotate, blame) was created in Sep 2013 in the straightforward form: editing all the regexps in the long test file: https://github.com/msysgit/git/commit/2d52168a I have replaced it by a more tricky version that changes each -L option on the fly, just before it is passed to the executable. This is new code, but I beleive it is better suited for the common git sources. Johannes Schindelin (2): MinGW: Skip test redirecting to fd 4 Disable t0110's high-bit test on Windows Karsten Blees (2): MinGW: disable legacy encoding tests t800[12]: work around MSys limitation Pat Thoyts (2): t4210: skip command-line encoding tests on mingw t9902: mingw-specific fix for gitfile link files t/annotate-tests.sh | 12 ++++++++++++ t/t0081-line-buffer.sh | 2 +- t/t0110-urlmatch-normalization.sh | 2 +- t/t3901-i18n-patch.sh | 19 +++++++++++-------- t/t4201-shortlog.sh | 6 +++--- t/t4210-log-i18n.sh | 4 ++-- t/t8005-blame-i18n.sh | 8 ++++---- t/t9902-completion.sh | 17 +++++++++++++---- 8 files changed, 47 insertions(+), 23 deletions(-) -- 2.0.0.9635.g0be03cb -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html