Re: [PATCH v7 08/10] convert: modernize tests
From: Lars Schneider <hidden>
Date: 2016-09-11 12:34:57
From: Lars Schneider <hidden>
Date: 2016-09-11 12:34:57
On 09 Sep 2016, at 00:05, Stefan Beller [off-list ref] wrote: On Thu, Sep 8, 2016 at 11:21 AM, [off-list ref] wrote:quoted
From: Lars Schneider <redacted> Use `test_config` to set the config, check that files are empty with `test_must_be_empty`, compare files with `test_cmp`, and remove spaces after ">" and "<". Please note that the "rot13" filter configured in "setup" keeps using `git config` instead of `test_config` because subsequent tests might depend on it. Signed-off-by: Lars Schneider <redacted> ---Makes sense & Reviewed-by "Stefan Beller [off-list ref]"
Thank you, Lars