aboutsummaryrefslogtreecommitdiff
path: root/t/t3200-branch.sh
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2013-08-30 23:31:48 -0500
committerJunio C Hamano <gitster@pobox.com>2013-09-03 12:14:26 -0700
commit140cd84593d8aa794ef9c31b4128cb295cbb04e2 (patch)
tree843931a2e29bb0eb33996657c00b5aefbd2563f3 /t/t3200-branch.sh
parente230c568c4b9a991e3175e5f65171a566fd8e39c (diff)
downloadgit-140cd84593d8aa794ef9c31b4128cb295cbb04e2.tar.gz
git-140cd84593d8aa794ef9c31b4128cb295cbb04e2.tar.xz
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-xt/t3200-branch.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/t3200-branch.sh b/t/t3200-branch.sh
index 44ec6a45f..ea548f9b9 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 &&