Merge branch 'cm/diff-check-at-eol'
[gitweb.git] / t / t7400-submodule-basic.sh
index 21b08395ce6da07842d4e993d2be50642748fae1..782b0a3ece7724bf8df7cf4d405715a42ad21d44 100755 (executable)
@@ -413,11 +413,12 @@ test_expect_success 'submodule <invalid-path> warns' '
 
 test_expect_success 'add submodules without specifying an explicit path' '
        mkdir repo &&
-       (cd repo &&
-       git init &&
-       echo r >r &&
-       git add r &&
-       git commit -m "repo commit 1"
+       (
+               cd repo &&
+               git init &&
+               echo r >r &&
+               git add r &&
+               git commit -m "repo commit 1"
        ) &&
        git clone --bare repo/ bare.git &&
        cd addtest &&