t3200: git-branch testsuite update
commit5d9e8ee78b1df7a9c1b2d13c2b58628201f01f72
authorJunio C Hamano <junkio@cox.net>
Tue, 24 Oct 2006 05:48:45 +0000 (23 22:48 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 24 Oct 2006 05:48:45 +0000 (23 22:48 -0700)
treedaecf5b185c34018a151ed1d5e6beb51e425385c
parentc31820c26b8f164433e67d28c403ca0df0316055
t3200: git-branch testsuite update

The test expected "git branch --help" to exit successfully, but
built-ins spawn "man" when given --help, and when the test is
run, manpages may not be installed yet and "man" can legally
exit non-zero in such a case.

Also the new implementation logs "Created from master", instead
of "Created from HEAD" in the reflog, which makes a lot more
sense, so adjust the test to match that.

Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t3200-branch.sh