diff options
| author | Junio C Hamano <gitster@pobox.com> | 2022-10-17 15:46:09 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-10-17 15:46:09 -0700 |
| commit | 9c32cfb49c60fa8173b9666db02efe3b45a8522f (patch) | |
| tree | 0f74dce4f7278f25cd61bd87baeb400f127ac1b1 /t/t7400-submodule-basic.sh | |
| parent | 4732897cf0a255a23dca9e97b65cea40cd06c5a8 (diff) | |
| parent | d5b41391a472dcf9486055fd5b8517f893e88daf (diff) | |
| download | git-9c32cfb49c60fa8173b9666db02efe3b45a8522f.tar.xz | |
Sync with v2.38.1
Diffstat (limited to 't/t7400-submodule-basic.sh')
| -rwxr-xr-x | t/t7400-submodule-basic.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/t7400-submodule-basic.sh b/t/t7400-submodule-basic.sh index b50db3f103..a989aafaf5 100755 --- a/t/t7400-submodule-basic.sh +++ b/t/t7400-submodule-basic.sh @@ -14,6 +14,10 @@ export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME . ./test-lib.sh +test_expect_success 'setup - enable local submodules' ' + git config --global protocol.file.allow always +' + test_expect_success 'submodule usage: -h' ' git submodule -h >out 2>err && grep "^usage: git submodule" out && |
