]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5531-deep-submodule-push.sh
Merge branch 'dl/checkout-p-merge-base'
[thirdparty/git.git] / t / t5531-deep-submodule-push.sh
index 39cb2c1c3489c25545ab3cd69706c0a21378c6b7..4ad059e6bedf8ddf2a0db9c20f70ee1c3cd6da15 100755 (executable)
@@ -354,7 +354,7 @@ test_expect_success 'push succeeds if submodule has no remote and is on the firs
        git clone a a1 &&
        (
                cd a1 &&
-               git init b
+               git init b &&
                (
                        cd b &&
                        >junk &&
@@ -363,7 +363,7 @@ test_expect_success 'push succeeds if submodule has no remote and is on the firs
                ) &&
                git add b &&
                git commit -m "added submodule" &&
-               git push --recurse-submodule=check origin master
+               git push --recurse-submodules=check origin master
        )
 '