aboutsummaryrefslogtreecommitdiffstats
path: root/t/t4067-diff-partial-clone.sh
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2022-10-06 17:40:44 -0400
committerTaylor Blau <me@ttaylorr.com>2022-10-06 17:40:44 -0400
commit9cbd2827c5a19d935054cdb162e53e5703be09f4 (patch)
treef7850cda5827aacd30b18b9d9f6494d46d3dc4d6 /t/t4067-diff-partial-clone.sh
parentt2080: prepare for changing protocol.file.allow (diff)
parentGit 2.31.5 (diff)
downloadgit-9cbd2827c5a19d935054cdb162e53e5703be09f4.tar.gz
git-9cbd2827c5a19d935054cdb162e53e5703be09f4.zip
Sync with 2.31.5
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Diffstat (limited to 't/t4067-diff-partial-clone.sh')
-rwxr-xr-xt/t4067-diff-partial-clone.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t4067-diff-partial-clone.sh b/t/t4067-diff-partial-clone.sh
index 804f2a82e8..28f42a4046 100755
--- a/t/t4067-diff-partial-clone.sh
+++ b/t/t4067-diff-partial-clone.sh
@@ -77,6 +77,7 @@ test_expect_success 'diff skips same-OID blobs' '
test_expect_success 'when fetching missing objects, diff skips GITLINKs' '
test_when_finished "rm -rf sub server client trace" &&
+ test_config_global protocol.file.allow always &&
test_create_repo sub &&
test_commit -C sub first &&