t: branch: trivial style fix
authorFelipe Contreras <felipe.contreras@gmail.com>
Sat, 31 Aug 2013 04:31:48 +0000 (23:31 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 3 Sep 2013 19:14:26 +0000 (12:14 -0700)
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3200-branch.sh
index 44ec6a45f473ffe47aca6945c0e0aab445728f67..ea548f9b982d65599432ade19382e56054eb8aae 100755 (executable)
@@ -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 &&