X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=t%2Ft3200-branch.sh;h=c3de151942effc8ca1c9927a356b1b1b91bb0aeb;hb=3b4fd63f72cb19288d23c9622366bbe32e55613f;hp=36f7749bed8a40f50f218bbd6c4dcf7763c5abee;hpb=3eeb419968c1f8f0a762a7127db770e9d9c8037d;p=git.git diff --git a/t/t3200-branch.sh b/t/t3200-branch.sh index 36f7749b..c3de1519 100755 --- a/t/t3200-branch.sh +++ b/t/t3200-branch.sh @@ -16,8 +16,8 @@ test_expect_success \ git-update-index --add A && git-commit -m "Initial commit."' -test_expect_failure \ - 'git branch --help should return error code' \ +test_expect_success \ + 'git branch --help should return success now.' \ 'git-branch --help' test_expect_failure \