]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5510-fetch.sh
Merge branch 'jk/commit-graph-slab-clear-fix'
[thirdparty/git.git] / t / t5510-fetch.sh
index 79592a3b0addcbee8015ee0ddf843c9ccedf6935..33d34d5ae9e953e29f6dba8badb16922072cd76c 100755 (executable)
@@ -803,7 +803,8 @@ test_expect_success 'fetch.writeCommitGraph with submodules' '
                cd super-clone &&
                rm -rf .git/objects/info &&
                git -c fetch.writeCommitGraph=true fetch origin &&
-               test_path_is_file .git/objects/info/commit-graphs/commit-graph-chain
+               test_path_is_file .git/objects/info/commit-graphs/commit-graph-chain &&
+               git -c fetch.writeCommitGraph=true fetch --recurse-submodules origin
        )
 '