]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t7300-clean.sh
Sync with 2.31.5
[thirdparty/git.git] / t / t7300-clean.sh
index 0399701e6276d67ac8736128f24e8f8bf94a6b12..c975eb54d234d77b2f13df2a96acd4cbefb93865 100755 (executable)
@@ -480,6 +480,7 @@ test_expect_success 'should not clean submodules' '
                git init &&
                test_commit msg hello.world
        ) &&
+       test_config_global protocol.file.allow always &&
        git submodule add ./repo/.git sub1 &&
        git commit -m "sub1" &&
        git branch before_sub2 &&