Re: [PATCH v2 2/2] t5520 (pull): use test_config where appropriate
From: Junio C Hamano <hidden> Date: 2016-06-15 22:56:33
Ramkumar Ramachandra [off-list ref] writes:
Configuration from test_config does not last beyond the end of the
current test assertion, making each test easier to think about in
isolation.
Signed-off-by: Ramkumar Ramachandra <redacted>
---
Removed first hunk, as per Junio's comment.
Thanks, but doesn't yd/use-test-config-unconfig topic already
address this?