mirror of
https://github.com/git/git.git
synced 2024-12-12 03:14:11 +08:00
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 ince567d1867
(Add test to show that show-branch misses out the 8th column, 2008-07-23) and11ee57bc4c
(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>
This commit is contained in:
parent
670b81a890
commit
4f5ce122ac
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
test_description='test show-branch with more than 8 heads'
|
||||
test_description='test show-branch'
|
||||
|
||||
GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main
|
||||
export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
|
Loading…
Reference in New Issue
Block a user