Re: [PATCH v5 2/3] t4150-am: refactor am -3 tests

2015-06-08 Thread Matthieu Moy
Remi Lespinet writes: > +test_expect_success 'setup am -3' ' > + rm -fr .git/rebase-apply && I don't think you need this 'rm -fr' since you're going to repeat it at the beginning of individual tests. But it doesn't harm to keep it just in case. With or without this 'rm -fr', the series look

[PATCH v5 2/3] t4150-am: refactor am -3 tests

2015-06-04 Thread Remi Lespinet
Create a setup for git am -3 in a separate test instead of creating this setup each time. This prepares for the next commit which will use this setup as well. Signed-off-by: Remi Lespinet --- t/t4150-am.sh | 32 ++-- 1 file changed, 14 insertions(+), 18 deletions(-)