author | Junio C Hamano <junkio@cox.net> | |
Tue, 24 Oct 2006 05:48:45 +0000 (22:48 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 24 Oct 2006 05:48:45 +0000 (22:48 -0700) | ||
commit | 5d9e8ee78b1df7a9c1b2d13c2b58628201f01f72 | |
tree | daecf5b185c34018a151ed1d5e6beb51e425385c | tree | snapshot |
parent | c31820c26b8f164433e67d28c403ca0df0316055 | commit | diff |
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>
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 | diff | blob | history |