t3404: do not depend on any specific default branch name
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 24 Nov 2020 10:15:49 +0000 (10:15 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Nov 2020 21:17:06 +0000 (13:17 -0800)
commit9c8509a4e36b4795237b840f2c7972a3ad401425
treeb193b1b66d3d5fffacf4a055a68e920236e30b36
parentb291b0a628020eedb10b6236d87fe25d295cea81
t3404: do not depend on any specific default branch name

Now that we can override the default branch name in the tests via
`GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME`, we should avoid expecting a
particular hard-coded name.

So let's rename the initial branch immediately to `primary` and work
with that.

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