Imported Upstream version 2.11.3
[platform/upstream/git.git] / t / t6039-merge-ignorecase.sh
index a977653..531850d 100755 (executable)
@@ -15,7 +15,7 @@ test_expect_success 'merge with case-changing rename' '
        >TestCase &&
        git add TestCase &&
        git commit -m "add TestCase" &&
-       git tag baseline
+       git tag baseline &&
        git checkout -b with-camel &&
        >foo &&
        git add foo &&