]> git.ipfire.org Git - thirdparty/git.git/commit - t/t3203-branch-output.sh
add basic branch display tests
authorJeff King <peff@peff.net>
Thu, 19 Feb 2009 03:34:44 +0000 (22:34 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Feb 2009 03:59:21 +0000 (19:59 -0800)
commit0afc304406196e4470fd2a628c3733e966068d98
treee4219b7f20a23e01af35f9c1f2add4da8e4725c3
parent66648ad7fed840adef0343a1e0bf5188d32f5569
add basic branch display tests

We were not testing the output of "git branch" anywhere.
Not only does this not protect us against regressions in the
output, but we are not exercising code paths which may have
bugs (such as the one fixed by 45e2b61).

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3203-branch-output.sh [new file with mode: 0755]