"Han-Wen Nienhuys via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > -test_expect_success 'D/F conflict prevents add long + delete short' ' > +test_expect_success REFFILES 'D/F conflict prevents add long + delete short' ' Two spaces after REFFILES here but ... > df_test refs/df-al-ds --add-del foo/bar foo > ' > > -test_expect_success 'D/F conflict prevents add short + delete long' ' > +test_expect_success REFFILES 'D/F conflict prevents add short + delete long' ' ... only one space here and then ... > df_test refs/df-as-dl --add-del foo foo/bar > ' > > -test_expect_success 'D/F conflict prevents delete long + add short' ' > +test_expect_success REFFILES 'D/F conflict prevents delete long + add short' ' ... two spaces here? Let's be consistent. > df_test refs/df-dl-as --del-add foo/bar foo > ' As all these df_test instances _expect_ to fail, not causing any changes in the refs, I think skipping them would hopefully not reveal unpleasant reliance of side effects by later tests. And presumably, without REFFILES prerequisite, these operations would be supported? E.g. we can have 'main' branch, with 'main/1', 'main/2',... refs, at the same time, with reftable? That would be quite interesting.