tests: drop prereq `PREPARE_FOR_MAIN_BRANCH` where no longer needed
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 18 Nov 2020 23:44:46 +0000 (23:44 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Nov 2020 23:44:18 +0000 (15:44 -0800)
commit8b70966aa90b52427e1a09329abde8d845f90398
treee32f04b3116b3f67bd1980e493d4230159bc0301
parent8dcf73c5c94077fa83aa53ae427183b70fd4b6ca
tests: drop prereq `PREPARE_FOR_MAIN_BRANCH` where no longer needed

We introduced the `PREPARE_FOR_MAIN_BRANCH` prereq for the sole purpose
of allowing us to perform the non-trivial adjustments regarding the
`master` -> `main` rename before the automatable ones.

Now that the transition is almost complete, we can stop using it in most
instances. The only two exceptions are t5526 and t9902: at the time of
writing, there are other patches in flight that touch these test
scripts, therefore their transition to `main` is postponed to a later
date.

This patch is the result of this command:

sed -i 's/PREPARE_FOR_MAIN_BRANCH[ ,]//' t/t[0-9]*.sh &&
git checkout HEAD -- t/t5526\* t/t9902\*

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1400-update-ref.sh
t/t3200-branch.sh
t/t3201-branch-contains.sh
t/t3203-branch-output.sh
t/t3205-branch-color.sh
t/t5505-remote.sh
t/t5510-fetch.sh
t/t5703-upload-pack-ref-in-want.sh
t/t6302-for-each-ref-filter.sh