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
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(-)
2 matches
Mail list logo