Re: [PATCH v2] t3700: fix broken test under !POSIXPERM

2017-08-08 Thread Ramsay Jones
On 08/08/17 20:32, Ramsay Jones wrote: > > > On 08/08/17 20:21, René Scharfe wrote: >> 76e368c378 (t3700: fix broken test under !SANITY) explains that the test >> 'git add --chmod=[+-]x changes index with already added file' can fail >> if xfoo3 is still present as a symlink from a previous

Re: [PATCH v2] t3700: fix broken test under !POSIXPERM

2017-08-08 Thread Ramsay Jones
On 08/08/17 20:21, René Scharfe wrote: > 76e368c378 (t3700: fix broken test under !SANITY) explains that the test > 'git add --chmod=[+-]x changes index with already added file' can fail > if xfoo3 is still present as a symlink from a previous test and deletes > it with rm(1). That still leaves

[PATCH v2] t3700: fix broken test under !POSIXPERM

2017-08-08 Thread René Scharfe
76e368c378 (t3700: fix broken test under !SANITY) explains that the test 'git add --chmod=[+-]x changes index with already added file' can fail if xfoo3 is still present as a symlink from a previous test and deletes it with rm(1). That still leaves it present in the index, which causes the test