diff options
| author | Taylor Blau <me@ttaylorr.com> | 2022-10-06 17:44:44 -0400 |
|---|---|---|
| committer | Taylor Blau <me@ttaylorr.com> | 2022-10-06 17:44:44 -0400 |
| commit | 58612f82b660e3378c73f0698d11b0f1fef741da (patch) | |
| tree | a5b2b30e15db36ab7df7eb02785f3badd6c69f12 /t/lib-submodule-update.sh | |
| parent | 8a7bfa0fd3af2d39be1a808774005c78575908d1 (diff) | |
| parent | 868154bb1c08a547afaf74ed8bafdf9bf55d1fd5 (diff) | |
| download | git-58612f82b660e3378c73f0698d11b0f1fef741da.tar.gz | |
Sync with 2.35.5
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Diffstat (limited to 't/lib-submodule-update.sh')
| -rw-r--r-- | t/lib-submodule-update.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/lib-submodule-update.sh b/t/lib-submodule-update.sh index f7c7df0ca4..25a5f3016f 100644 --- a/t/lib-submodule-update.sh +++ b/t/lib-submodule-update.sh @@ -197,6 +197,7 @@ test_git_directory_exists () { # the submodule repo if it doesn't exist and configures the most problematic # settings for diff.ignoreSubmodules. prolog () { + test_config_global protocol.file.allow always && (test -d submodule_update_repo || create_lib_submodule_repo) && test_config_global diff.ignoreSubmodules all && test_config diff.ignoreSubmodules all |
