]> git.ipfire.org Git - thirdparty/git.git/commit - t/t3201-branch-contains.sh
tests: prepare aligned mentions of the default branch name
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 23 Oct 2020 14:00:05 +0000 (14:00 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 23 Oct 2020 15:57:42 +0000 (08:57 -0700)
commit66713e84e713066f4984efdd1444a7567c4d9bde
treef27bc88694fc388fc124da526414779de874d17c
parent8164360fc8631d4090486b42e283c742a84887f8
tests: prepare aligned mentions of the default branch name

In some tests, the default branch name is part of aligned output. As we
want to change the default branch name to `main`, which is two
characters shorter than the old default branch name, we will have to
adjust those tests.

Since we use the original default branch name until the entire test
suite has been adjusted accordingly, the touched test cases need to be
guarded by a prereq (that is so far disabled so that they are skipped
for now).

The test cases that depend on those test cases that are newly guarded by
that prereq naturally have to be guarded, too.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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/t5526-fetch-submodules.sh
t/t6302-for-each-ref-filter.sh