From: Junio C Hamano Date: Tue, 13 Dec 2005 07:38:47 +0000 (-0800) Subject: t3200: branch --help does not die anymore. X-Git-Tag: v0.99.9n^2~7^2~12 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=aa9dc7afd2fc40466b430b35fc5c82d3c820cb26;p=git.git t3200: branch --help does not die anymore. Signed-off-by: Junio C Hamano --- 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 \