t6039: fix broken && chain
[gitweb.git] / t / t6039-merge-ignorecase.sh
index dfc9f17a2d6f80bbc40bfc65605e7240559df01b..531850d834dfa6f37d104afc12f3d5ddced8bf17 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 &&
@@ -35,7 +35,7 @@ test_expect_success 'merge with case-changing rename on both sides' '
        git reset --hard baseline &&
        git branch -D with-camel &&
        git checkout -b with-camel &&
-       git mv --force TestCase testcase &&
+       git mv TestCase testcase &&
        git commit -m "recase on branch" &&
        >foo &&
        git add foo &&