]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t3200-branch.sh
t: branch: trivial style fix
[thirdparty/git.git] / 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 &&