From: Felipe Contreras Date: Sat, 31 Aug 2013 04:31:48 +0000 (-0500) Subject: t: branch: trivial style fix X-Git-Tag: v1.8.5-rc0~118^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=140cd84593d8aa794ef9c31b4128cb295cbb04e2;p=thirdparty%2Fgit.git t: branch: trivial style fix Signed-off-by: Felipe Contreras Signed-off-by: Junio C Hamano --- 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 2>/dev/null &&