mingw: skip some tests in t9115 due to file name issues
commit8257d3b458f0b64516f4aee66a9b2b2df30744e1
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 23 Mar 2016 10:55:20 +0000 (23 11:55 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Mar 2016 17:03:37 +0000 (23 10:03 -0700)
treed61f2cf836445ef70daf67777cc8b7b17a6869e1
parent45bf32971c067a542024a1b5f47fc26237baa713
mingw: skip some tests in t9115 due to file name issues

These two tests wanted to write file names which are incompatible with
Windows' file naming rules (even if they pass using Cygwin due to
Cygwin's magic path mangling).

While at it, skip the same tests also on MacOSX/HFS, as pointed out by
Torsten Bögershausen.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Torsten Bögershausen <tboegi@web.de>
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9115-git-svn-dcommit-funky-renames.sh