Re: [PATCH v3 2/3] t1503: use test_must_be_empty

2014-09-15 Thread Junio C Hamano
David Aguilar writes: > Use `test_must_be_be_empty ` instead of `test -z "$(cat )"`. > > Suggested-by: Fabian Ruch > Signed-off-by: David Aguilar > --- > Unchanged since last time, but rebased for the change in the > previous patch. It probably makes more sense to have this at the beginning of

[PATCH v3 2/3] t1503: use test_must_be_empty

2014-09-15 Thread David Aguilar
Use `test_must_be_be_empty ` instead of `test -z "$(cat )"`. Suggested-by: Fabian Ruch Signed-off-by: David Aguilar --- Unchanged since last time, but rebased for the change in the previous patch. t/t1503-rev-parse-verify.sh | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) d