X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft3200-branch.sh;h=9fe1d8feab419e1a8065b2ea5881f991edc68855;hb=6440d3417c1d51a20014d4b6fc6c59bacfa87dab;hp=dd1acebd88070b75bbbfd07048b5a255aa00e0f3;hpb=c17ff2a36160ae51a1cefa9fe8f067dbeb33e884;p=git.git diff --git a/t/t3200-branch.sh b/t/t3200-branch.sh index dd1acebd8..9fe1d8fea 100755 --- a/t/t3200-branch.sh +++ b/t/t3200-branch.sh @@ -653,4 +653,8 @@ test_expect_success 'refuse --edit-description on unborn branch for now' ' ) ' +test_expect_success '--merged catches invalid object names' ' + test_must_fail git branch --merged 0000000000000000000000000000000000000000 +' + test_done