Re: [PATCH v2 16/19] mingw: mark t9100's test cases with appropriate prereqs

2016-01-27 Thread Johannes Schindelin
Hi Junio, On Tue, 26 Jan 2016, Junio C Hamano wrote: > Johannes Schindelin writes: > > > @@ -181,7 +180,8 @@ test_expect_success "$name" ' > > name="commit with UTF-8 message: locale: $GIT_SVN_LC_ALL" > > LC_ALL="$GIT_SVN_LC_ALL" > > export LC_ALL > > -test_expect_success UTF8 "$name" " > >

Re: [PATCH v2 16/19] mingw: mark t9100's test cases with appropriate prereqs

2016-01-26 Thread Junio C Hamano
Johannes Schindelin writes: > @@ -181,7 +180,8 @@ test_expect_success "$name" ' > name="commit with UTF-8 message: locale: $GIT_SVN_LC_ALL" > LC_ALL="$GIT_SVN_LC_ALL" > export LC_ALL > -test_expect_success UTF8 "$name" " > +# This test relies on the previous test, hence requires POSIXPERM,SYML

[PATCH v2 16/19] mingw: mark t9100's test cases with appropriate prereqs

2016-01-26 Thread Johannes Schindelin
Many a test requires either POSIXPERM (to change the executable bit) or SYMLINKS, and neither are available on Windows. This lets t9100-git-svn-basic.sh pass in Git for Windows' SDK. Signed-off-by: Johannes Schindelin --- t/t9100-git-svn-basic.sh | 18 +- 1 file changed, 9 inser