Re: [PATCH v6 09/13] convert: modernize tests

2016-08-29 Thread Lars Schneider
> On 26 Aug 2016, at 22:03, Junio C Hamano wrote: > > larsxschnei...@gmail.com writes: > >> From: Lars Schneider >> >> Use `test_config` to set the config, check that files are empty with >> `test_must_be_empty`, compare files with `test_cmp`, and

Re: [PATCH v6 09/13] convert: modernize tests

2016-08-26 Thread Junio C Hamano
larsxschnei...@gmail.com writes: > From: Lars Schneider > > 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 "<". All of the above are good things to do, but

[PATCH v6 09/13] convert: modernize tests

2016-08-25 Thread larsxschneider
From: Lars Schneider 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 "<". Signed-off-by: Lars Schneider --- t/t0021-conversion.sh | 62