X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft3202-show-branch-octopus.sh;h=7fe4a6ecb05df0fbfb825fbb08207f7672e1775f;hb=a79b8b6623288f7d5409ad749cc6553976a4f0e8;hp=8d50c23b84dad390a66edc1c3e80007ef43fa3a3;hpb=ce567d1867a02a324615079cdd4badea5d0108a6;p=git.git diff --git a/t/t3202-show-branch-octopus.sh b/t/t3202-show-branch-octopus.sh index 8d50c23b8..7fe4a6ecb 100755 --- a/t/t3202-show-branch-octopus.sh +++ b/t/t3202-show-branch-octopus.sh @@ -49,7 +49,7 @@ cat > expect << EOF +++++++++* [branch10^] initial EOF -test_expect_failure 'show-branch with more than 8 branches' ' +test_expect_success 'show-branch with more than 8 branches' ' git show-branch $(for i in $numbers; do echo branch$i; done) > out && test_cmp expect out