diff options
author | Junio C Hamano <junkio@cox.net> | 2005-12-12 23:38:47 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-12-14 02:53:43 -0800 |
commit | aa9dc7afd2fc40466b430b35fc5c82d3c820cb26 (patch) | |
tree | 08dea5a7109967b11ee22760a58d8528fa5c3b35 /t/t3200-branch.sh | |
parent | d025524d9d85b057c3caae68a8398eaf7ba3be1a (diff) | |
download | git-aa9dc7afd2fc40466b430b35fc5c82d3c820cb26.tar.gz git-aa9dc7afd2fc40466b430b35fc5c82d3c820cb26.tar.xz |
t3200: branch --help does not die anymore.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 't/t3200-branch.sh')
-rwxr-xr-x | t/t3200-branch.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t3200-branch.sh b/t/t3200-branch.sh index 36f7749be..c3de15194 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 \ |