summaryrefslogtreecommitdiff
path: root/t/t7001-mv.sh
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2022-10-06 21:44:44 (GMT)
committerTaylor Blau <me@ttaylorr.com>2022-10-06 21:44:44 (GMT)
commit58612f82b660e3378c73f0698d11b0f1fef741da (patch)
treea5b2b30e15db36ab7df7eb02785f3badd6c69f12 /t/t7001-mv.sh
parent8a7bfa0fd3af2d39be1a808774005c78575908d1 (diff)
parent868154bb1c08a547afaf74ed8bafdf9bf55d1fd5 (diff)
downloadgit-58612f82b660e3378c73f0698d11b0f1fef741da.zip
git-58612f82b660e3378c73f0698d11b0f1fef741da.tar.gz
git-58612f82b660e3378c73f0698d11b0f1fef741da.tar.bz2
Sync with 2.35.5
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Diffstat (limited to 't/t7001-mv.sh')
-rwxr-xr-xt/t7001-mv.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/t7001-mv.sh b/t/t7001-mv.sh
index a402908..8c37bce 100755
--- a/t/t7001-mv.sh
+++ b/t/t7001-mv.sh
@@ -324,6 +324,7 @@ test_expect_success SYMLINKS 'check moved symlink' '
rm -f moved symlink
test_expect_success 'setup submodule' '
+ test_config_global protocol.file.allow always &&
git commit -m initial &&
git reset --hard &&
git submodule add ./. sub &&
@@ -509,6 +510,7 @@ test_expect_success 'moving a submodule in nested directories' '
'
test_expect_success 'moving nested submodules' '
+ test_config_global protocol.file.allow always &&
git commit -am "cleanup commit" &&
mkdir sub_nested_nested &&
(