Re: [PATCH 18/19] mingw: skip a couple of git-svn tests that cannot pass on Windows

2016-01-25 Thread Johannes Schindelin
Hi Junio, On Sun, 24 Jan 2016, Junio C Hamano wrote: > Johannes Schindelin writes: > > > Some of the tests expect that executable bits can be toggled, others > > expect that paths are POSIX paths (but when they come through git.exe, > > they are converted into Windows paths and necessarily diff

Re: [PATCH 18/19] mingw: skip a couple of git-svn tests that cannot pass on Windows

2016-01-24 Thread Junio C Hamano
Johannes Schindelin writes: > Some of the tests expect that executable bits can be toggled, others > expect that paths are POSIX paths (but when they come through git.exe, > they are converted into Windows paths and necessarily differ), yet > others expect symbolic links to be available. These s

[PATCH 18/19] mingw: skip a couple of git-svn tests that cannot pass on Windows

2016-01-24 Thread Johannes Schindelin
Some of the tests expect that executable bits can be toggled, others expect that paths are POSIX paths (but when they come through git.exe, they are converted into Windows paths and necessarily differ), yet others expect symbolic links to be available. This lets t9100-git-svn-basic.sh and t9130-gi