t6100: expunge test_tolerate_failure items
commit88defa777910cacdbb67255085bacabef3140eb4
authorKyle J. McKay <mackyle@gmail.com>
Sat, 21 Aug 2021 19:52:01 +0000 (21 12:52 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sat, 21 Aug 2021 19:52:01 +0000 (21 12:52 -0700)
treed749457d7c18156564606cb634f98d2a0ea7f30f
parent6bbe5ad4dec4c77a9aa9a65e4ef62b149f3a291e
t6100: expunge test_tolerate_failure items

Split off the part of the two tests that simply cannot be performed
anymore starting with Git version 2.31.0 into their own tests and
make them have a prerequisite of NOT Git 2.31.0 or later.

Change the test_tolerate_failure back to test_expect_success on
the remaining parts of the original tests.

Add some explicit file checks to the original tests to replace the
bits that can no longer be done with Git 2.31.0 or later.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
t/t6100-tag-reflog.sh