On Fri, Jan 15, 2021 at 12:35:10AM +0100, Ævar Arnfjörð Bjarmason wrote: > +test_expect_success 'test_might_fail is like test_must_fail ok=' ' > + ! test_must_fail git version && > + ! test_must_fail ok= git version && > + test_might_fail git version > +' The title confuses me. Isn't might_fail like "must_fail ok=success"? And certainly the code here shows us expecting the _opposite_ of what "Must_fail ok=" does. -Peff