Glen Choo <chooglen@xxxxxxxxxx> writes: > +# Verifies that the expected repositories were fetched. This is done by > +# concatenating the files expect.err.[super|sub|deep] in the correct > +# order and comparing it to the actual stderr. > +# > +# If a repo should not be fetched in the test, its corresponding > +# expect.err file should be rm-ed. > +verify_fetch_result() { I think you updated 02/10 "check_sub () {" but this is leftover. If there aren't too many, I can fix them up locally. We'll see.