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/t4067-diff-partial-clone.sh | |
| parent | 4732897cf0a255a23dca9e97b65cea40cd06c5a8 (diff) | |
| parent | d5b41391a472dcf9486055fd5b8517f893e88daf (diff) | |
| download | git-9c32cfb49c60fa8173b9666db02efe3b45a8522f.tar.gz | |
Sync with v2.38.1
Diffstat (limited to 't/t4067-diff-partial-clone.sh')
| -rwxr-xr-x | t/t4067-diff-partial-clone.sh | 1 |
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 && |
