Re: [PATCH 16/19] mingw: avoid absolute path in t0008

2016-01-26 Thread Johannes Schindelin
Hi Junio, On Mon, 25 Jan 2016, Junio C Hamano wrote: > Johannes Schindelin writes: > > >> Is the fact that $global_excludes is specified using an absolute > >> path significant to the correctness of this test script? > > > > Apparently not. So I followed your suggestion and made this independen

Re: [PATCH 16/19] mingw: avoid absolute path in t0008

2016-01-25 Thread Junio C Hamano
Johannes Schindelin writes: >> Is the fact that $global_excludes is specified using an absolute >> path significant to the correctness of this test script? > > Apparently not. So I followed your suggestion and made this independent > of the OS: > > https://github.com/dscho/git/commit/0b9eb3

Re: [PATCH 16/19] mingw: avoid absolute path in t0008

2016-01-25 Thread Ray Donnelly
On Mon, Jan 25, 2016 at 4:48 PM, Johannes Schindelin wrote: > Hi Junio, > > On Sun, 24 Jan 2016, Junio C Hamano wrote: > >> Johannes Schindelin writes: >> >> > From: Pat Thoyts >> > >> > The test separator char is a colon which means any absolute paths on >> > Windows confuse the tests that use

Re: [PATCH 16/19] mingw: avoid absolute path in t0008

2016-01-25 Thread Johannes Schindelin
Hi Junio, On Sun, 24 Jan 2016, Junio C Hamano wrote: > Johannes Schindelin writes: > > > From: Pat Thoyts > > > > The test separator char is a colon which means any absolute paths on > > Windows confuse the tests that use global_excludes. > > > > Suggested-by: Karsten Blees > > Signed-off-by:

Re: [PATCH 16/19] mingw: avoid absolute path in t0008

2016-01-24 Thread Junio C Hamano
Johannes Schindelin writes: > From: Pat Thoyts > > The test separator char is a colon which means any absolute paths on > Windows confuse the tests that use global_excludes. > > Suggested-by: Karsten Blees > Signed-off-by: Pat Thoyts > Signed-off-by: Johannes Schindelin > --- > t/t0008-ignor

[PATCH 16/19] mingw: avoid absolute path in t0008

2016-01-24 Thread Johannes Schindelin
From: Pat Thoyts The test separator char is a colon which means any absolute paths on Windows confuse the tests that use global_excludes. Suggested-by: Karsten Blees Signed-off-by: Pat Thoyts Signed-off-by: Johannes Schindelin --- t/t0008-ignores.sh | 8 +++- 1 file changed, 7 insertions