On Tue, Jan 2, 2018 at 5:18 PM, SZEDER Gábor <szeder.dev@xxxxxxxxx> wrote: > >> --- >> t/t6043-merge-rename-directories.sh | 430 ++++++++++++++++++++++++++++++++++++ > > Many of the new tests added in this patch series perform a lot of checks > running 'test', which has the drawback to fail quietly, leaving us no > clue about which one of the several conditions failed and why. We have > several test helper functions that check the same but provide a useful > error message if the condition were to fail. > Here are a couple of suggestions in one of the tests, but they are > applicable to many other tests in this patch series. Cool, thanks for taking a look and for the suggestions. It's good to know of those other test functions; I'll incorporate them into the testcase patches in the series.