]> Kevux Git Server - rit/commit
show-branch tests: rename the one "show-branch" test file
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Mon, 14 Jun 2021 17:18:07 +0000 (19:18 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 15 Jun 2021 03:12:01 +0000 (12:12 +0900)
commit4f5ce122ac05bdd24d1e0da95a7f878fabc78b20
treea2c09546c31c9cfacd0728178af040686f4843c1
parent670b81a890388c60b7032a4f5b879f2ece8c4558
show-branch tests: rename the one "show-branch" test file

Rename the only *show-branch* test file to indicate that more tests
belong it in than just the one-off octopus test it now contains.

The test was initially added in ce567d1867a (Add test to show that
show-branch misses out the 8th column, 2008-07-23) and
11ee57bc4c4 (sort_in_topological_order(): avoid setting a commit flag,
2008-07-23). Those two add almost the same content, one with a
test_expect_success and the other a test_expect_failure (a bug being
tested for was fixed on one of the branches).

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3202-show-branch.sh [moved from t/t3202-show-branch-octopus.sh with 95% similarity]