Re: [PATCH v2 1/3] Enhance test t3700-add.sh

2016-07-29 Thread Junio C Hamano
Ingo Brückl writes: > Subject: Re: [PATCH v2 1/3] Enhance test t3700-add.sh > > The files to be tested may already exist and be links which will make > the test fail. So ensure that we are working in a clean environment. "Enhance", like "Update" or "Change&

[PATCH v2 1/3] Enhance test t3700-add.sh

2016-07-29 Thread Ingo Brückl
The files to be tested may already exist and be links which will make the test fail. So ensure that we are working in a clean environment. Signed-off-by: Ingo Brückl --- t/t3700-add.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/t/t3700-add.sh b/t/t3700-add.sh index 4865304..494f5b8 1