Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-10-18 01:46:09 +0300
committerJunio C Hamano <gitster@pobox.com>2022-10-18 01:46:09 +0300
commit9c32cfb49c60fa8173b9666db02efe3b45a8522f (patch)
tree0f74dce4f7278f25cd61bd87baeb400f127ac1b1 /t/t1092-sparse-checkout-compatibility.sh
parent4732897cf0a255a23dca9e97b65cea40cd06c5a8 (diff)
parentd5b41391a472dcf9486055fd5b8517f893e88daf (diff)
Sync with v2.38.1
Diffstat (limited to 't/t1092-sparse-checkout-compatibility.sh')
-rwxr-xr-xt/t1092-sparse-checkout-compatibility.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/t1092-sparse-checkout-compatibility.sh b/t/t1092-sparse-checkout-compatibility.sh
index 711b52fb46..801919009e 100755
--- a/t/t1092-sparse-checkout-compatibility.sh
+++ b/t/t1092-sparse-checkout-compatibility.sh
@@ -1315,6 +1315,8 @@ test_expect_success 'submodule handling' '
test_all_match git add modules &&
test_all_match git commit -m "add modules directory" &&
+ test_config_global protocol.file.allow always &&
+
run_on_all git submodule add "$(pwd)/initial-repo" modules/sub &&
test_all_match git commit -m "add submodule" &&