Re: [PATCH 3/4] t1300: fix the new --show-origin tests on Windows

2016-03-23 Thread Johannes Schindelin
Hi Junio, On Tue, 22 Mar 2016, Junio C Hamano wrote: > Johannes Schindelin writes: > > > On Windows, we have that funny situation where the test script can refer > > to POSIX paths because it runs in a shell that uses a POSIX emulation > > layer ("MSYS2 runtime"). Yet, git.exe does *not* unders

Re: [PATCH 3/4] t1300: fix the new --show-origin tests on Windows

2016-03-22 Thread Junio C Hamano
Johannes Schindelin writes: > On Windows, we have that funny situation where the test script can refer > to POSIX paths because it runs in a shell that uses a POSIX emulation > layer ("MSYS2 runtime"). Yet, git.exe does *not* understand POSIX paths > at all but only pure Windows paths. > > So let

[PATCH 3/4] t1300: fix the new --show-origin tests on Windows

2016-03-22 Thread Johannes Schindelin
On Windows, we have that funny situation where the test script can refer to POSIX paths because it runs in a shell that uses a POSIX emulation layer ("MSYS2 runtime"). Yet, git.exe does *not* understand POSIX paths at all but only pure Windows paths. So let's just convert the POSIX paths to Window