diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2021-06-14 19:18:07 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-06-15 12:12:01 +0900 |
commit | 4f5ce122ac05bdd24d1e0da95a7f878fabc78b20 (patch) | |
tree | a2c09546c31c9cfacd0728178af040686f4843c1 /t | |
parent | The second batch (diff) | |
download | tgif-4f5ce122ac05bdd24d1e0da95a7f878fabc78b20.tar.xz |
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>
Diffstat (limited to 't')
-rwxr-xr-x | t/t3202-show-branch.sh (renamed from t/t3202-show-branch-octopus.sh) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3202-show-branch-octopus.sh b/t/t3202-show-branch.sh index 5cb0126cfe..8cfbbf79c1 100755 --- a/t/t3202-show-branch-octopus.sh +++ b/t/t3202-show-branch.sh @@ -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 |