t5526: drop the prereq expecting the default branch name `main`
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 4 Dec 2020 14:34:22 +0000 (14:34 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 4 Dec 2020 20:05:19 +0000 (12:05 -0800)
commit71f4a9355a2742c071c7e9b3bce8b55b05867a0a
tree26b15bcb34e8198285c079ccde8be82c01046230
parentb618a2d9dfdbcd333e4a1ef2b1d4894109c985b0
t5526: drop the prereq expecting the default branch name `main`

Initially, we started converting this test script in anticipation for
renaming the default branch name to `main`. To that end, we partially
converted it to accommodate for that default branch name, marking the
now-failing test cases with a prereq that was designed to be fulfilled
once the rename was complete.

However, the effort to move to the branch name `main` needs quite a bit
longer, as it was decided that we need a deprecation phase first.

To avoid keeping t5526 in limbo for such a long time, we just made it
independent of the actual default branch name used by Git. Therefore,
that prereq is no longer necessary, and we can drop it.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5526-fetch-submodules.sh