t: branch: trivial style fix
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
e230c568c4
commit
140cd84593
@ -14,7 +14,8 @@ test_expect_success 'prepare a trivial repository' '
|
||||
echo World >>A &&
|
||||
git update-index --add A &&
|
||||
git commit -m "Second commit." &&
|
||||
HEAD=$(git rev-parse --verify HEAD)'
|
||||
HEAD=$(git rev-parse --verify HEAD)
|
||||
'
|
||||
|
||||
test_expect_success 'git branch --help should not have created a bogus branch' '
|
||||
test_might_fail git branch --help </dev/null >/dev/null 2>/dev/null &&
|
||||
|
Loading…
Reference in New Issue
Block a user