Skip to content

Commit 4f5ce12

Browse files
avargitster
authored andcommitted
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 ce567d1 (Add test to show that show-branch misses out the 8th column, 2008-07-23) and 11ee57b (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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 670b81a commit 4f5ce12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t3202-show-branch-octopus.sh renamed to t/t3202-show-branch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
test_description='test show-branch with more than 8 heads'
3+
test_description='test show-branch'
44

55
GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main
66
export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME

0 commit comments

Comments
 (0)