diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2013-08-30 23:31:48 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-09-03 12:14:26 -0700 |
commit | 140cd84593d8aa794ef9c31b4128cb295cbb04e2 (patch) | |
tree | 843931a2e29bb0eb33996657c00b5aefbd2563f3 /t/t3200-branch.sh | |
parent | e230c568c4b9a991e3175e5f65171a566fd8e39c (diff) | |
download | git-140cd84593d8aa794ef9c31b4128cb295cbb04e2.tar.gz |
t: branch: trivial style fix
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t3200-branch.sh')
-rwxr-xr-x | t/t3200-branch.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/t3200-branch.sh b/t/t3200-branch.sh index 44ec6a45f4..ea548f9b98 100755 --- a/t/t3200-branch.sh +++ b/t/t3200-branch.sh @@ -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 && |