Re: [PATCH 4/4] mingw: skip some tests in t9115 due to file name issues

2016-03-23 Thread Torsten Bögershausen
> > Thanks; Torsten, sorry but could you do another round of check, please? Thanks, v2 tested OK under Mac OS and Linux -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-

Re: [PATCH 4/4] mingw: skip some tests in t9115 due to file name issues

2016-03-23 Thread Torsten Bögershausen
On 2016-03-23 16.56, Junio C Hamano wrote: >> Thanks, I used a slightly different version, as I had crafted it before >> reading this mail already. > > Thanks; Torsten, sorry but could you do another round of check, please? Sure :-) -- To unsubscribe from this list: send the line "unsubscribe git

Re: [PATCH 4/4] mingw: skip some tests in t9115 due to file name issues

2016-03-23 Thread Junio C Hamano
Johannes Schindelin writes: > Hi Junio & Torsten, > > On Wed, 23 Mar 2016, Torsten Bögershausen wrote: > >> On 2016-03-22 23.57, Junio C Hamano wrote: >> > Dscho, I queued two out of these four, with a proposed fix-up patch >> > for each of them, on 'pu'; but I won't squash them together myself >

Re: [PATCH 4/4] mingw: skip some tests in t9115 due to file name issues

2016-03-23 Thread Johannes Schindelin
Hi Junio & Torsten, On Wed, 23 Mar 2016, Torsten Bögershausen wrote: > On 2016-03-22 23.57, Junio C Hamano wrote: > > Dscho, I queued two out of these four, with a proposed fix-up patch > > for each of them, on 'pu'; but I won't squash them together myself > > without hearing from you as I do not

Re: [PATCH 4/4] mingw: skip some tests in t9115 due to file name issues

2016-03-22 Thread Torsten Bögershausen
On 2016-03-22 23.57, Junio C Hamano wrote: > Dscho, I queued two out of these four, with a proposed fix-up patch > for each of them, on 'pu'; but I won't squash them together myself > without hearing from you as I do not test mingw or macosx. > > Thanks. the queued t9115 passes under Mac OS X (#1

Re: [PATCH 4/4] mingw: skip some tests in t9115 due to file name issues

2016-03-22 Thread Junio C Hamano
Torsten Bögershausen writes: > On 2016-03-22 21.44, Junio C Hamano wrote: >> Torsten Bögershausen writes: >> >>> On 2016-03-22 18.43, Johannes Schindelin wrote: These two tests wanted to write file names which are incompatible with Windows' file naming rules. Signed-off-by:

Re: [PATCH 4/4] mingw: skip some tests in t9115 due to file name issues

2016-03-22 Thread Torsten Bögershausen
On 2016-03-22 21.44, Junio C Hamano wrote: > Torsten Bögershausen writes: > >> On 2016-03-22 18.43, Johannes Schindelin wrote: >>> These two tests wanted to write file names which are incompatible with >>> Windows' file naming rules. >>> >>> Signed-off-by: Johannes Schindelin >> >> Is there a ch

Re: [PATCH 4/4] mingw: skip some tests in t9115 due to file name issues

2016-03-22 Thread Junio C Hamano
Torsten Bögershausen writes: > On 2016-03-22 18.43, Johannes Schindelin wrote: >> These two tests wanted to write file names which are incompatible with >> Windows' file naming rules. >> >> Signed-off-by: Johannes Schindelin > > Is there a chance to squeeze in a precondition for HFS under Mac O

Re: [PATCH 4/4] mingw: skip some tests in t9115 due to file name issues

2016-03-22 Thread Torsten Bögershausen
On 2016-03-22 18.43, Johannes Schindelin wrote: > These two tests wanted to write file names which are incompatible with > Windows' file naming rules. > > Signed-off-by: Johannes Schindelin Is there a chance to squeeze in a precondition for HFS under Mac OS ? > -test_expect_success UTF8 'svn.pat

Re: [PATCH 4/4] mingw: skip some tests in t9115 due to file name issues

2016-03-22 Thread Jonathan Nieder
Johannes Schindelin wrote: > These two tests wanted to write file names which are incompatible with > Windows' file naming rules. Makes sense. Ideally these would use the FUNNYNAMES prereq which would be factored out as a lazy prereq from t3600, t4135, and t9903. But using !MINGW is simpler and

[PATCH 4/4] mingw: skip some tests in t9115 due to file name issues

2016-03-22 Thread Johannes Schindelin
These two tests wanted to write file names which are incompatible with Windows' file naming rules. Signed-off-by: Johannes Schindelin --- t/t9115-git-svn-dcommit-funky-renames.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/t9115-git-svn-dcommit-funky-renames.sh b/t