Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> writes: > diff --git a/t/t5503-tagfollow.sh b/t/t5503-tagfollow.sh > index bab1a53..8a298a6 100755 > --- a/t/t5503-tagfollow.sh > +++ b/t/t5503-tagfollow.sh > @@ -6,8 +6,11 @@ test_description='test automatic tag following' > > case $(uname -s) in > *MINGW*) > - skip_all="GIT_DEBUG_SEND_PACK not supported - skipping tests" > - test_done > + say "GIT_DEBUG_SEND_PACK not supported - skipping tests" > + ;; > +*) > + test_set_prereq NOT_MINGW > + ;; > esac To Ævar; isn't the prerequisite for these tests "does our git support send pack debugging?" not "are we not running on mingw?" Let's call it DEBUG_SEND_PACK or something. To J6t; does the assumption here still hold, or do we support send pack debugging these days? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html