[PATCH 2/3] tests: mark those tests where "git fsck" fails at the end

2018-10-31 Thread Ævar Arnfjörð Bjarmason
Mark the tests where "git fsck" fails at the end with extra test code to check the fsck output. There fsck.{err,out} has been created for us. A later change will add the support for GIT_TEST_FSCK_TESTS. They're being added first to ensure the test suite will never fail with GIT_TEST_FSCK=true duri

Re: [PATCH 2/3] tests: mark those tests where "git fsck" fails at the end

2018-10-31 Thread Junio C Hamano
Ævar Arnfjörð Bjarmason writes: > Mark the tests where "git fsck" fails at the end with extra test code > to check the fsck output. There fsck.{err,out} has been created for > us. > > A later change will add the support for GIT_TEST_FSCK_TESTS. They're > being added first to ensure the test suit