Merge branch 'ab/test-must-be-empty-for-master'
[gitweb.git] / t / t4010-diff-pathspec.sh
index b95cc91a3f70f6621d3b3a32ef1325ab831f7f91..281f8fad0c71687aecec7479328ce8609cda5c83 100755 (executable)
@@ -110,10 +110,10 @@ test_expect_success 'diff-tree -r with wildcard' '
 test_expect_success 'setup submodules' '
        test_tick &&
        git init submod &&
-       ( cd submod && test_commit first; ) &&
+       ( cd submod && test_commit first ) &&
        git add submod &&
        git commit -m first &&
-       ( cd submod && test_commit second; ) &&
+       ( cd submod && test_commit second ) &&
        git add submod &&
        git commit -m second
 '