diff options
| author | Taylor Blau <me@ttaylorr.com> | 2022-10-06 17:43:37 -0400 |
|---|---|---|
| committer | Taylor Blau <me@ttaylorr.com> | 2022-10-06 17:43:37 -0400 |
| commit | ac8a1db86793292dfc7055eeef2fe90459e771aa (patch) | |
| tree | b2bfe2c51a837c8efb73b7b52c749d9127e6b646 /t/lib-submodule-update.sh | |
| parent | ef374dd9b8eecaf84458677865732b89948c19be (diff) | |
| parent | be85cfc4dbef9ffa177770f8607fd4a85445565e (diff) | |
| download | git-ac8a1db86793292dfc7055eeef2fe90459e771aa.tar.xz | |
Sync with 2.34.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 |
