Usman Akinyemi <usmanakinyemi202@xxxxxxxxx> writes: > Currently, the "test capability advertisement" test creates some files > with expected content which are used by other tests below it. > > To remove that side-effect from this test, let's split up part of > it into a "setup"-type test which creates the files with expected content > which gets reused by multiple tests. This will be useful in a following > commit. > > Mentored-by: Christian Couder <chriscool@xxxxxxxxxxxxx> > Signed-off-by: Usman Akinyemi <usmanakinyemi202@xxxxxxxxx> > --- > t/t5701-git-serve.sh | 12 +++++++++--- > 1 file changed, 9 insertions(+), 3 deletions(-) Up to this step, everything looked very good.