diff options
author | Taylor Blau <me@ttaylorr.com> | 2022-10-06 23:42:02 +0200 |
---|---|---|
committer | Taylor Blau <me@ttaylorr.com> | 2022-10-06 23:42:02 +0200 |
commit | 3957f3c84e89c68e8bf3f7cb172ba6837af70506 (patch) | |
tree | d6dd7331dcd0049d54476275a3707d6637851aaa /t/t5601-clone.sh | |
parent | Git 2.33.4 (diff) | |
parent | Git 2.32.4 (diff) | |
download | git-3957f3c84e89c68e8bf3f7cb172ba6837af70506.tar.xz git-3957f3c84e89c68e8bf3f7cb172ba6837af70506.zip |
Sync with 2.32.4
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Diffstat (limited to 't/t5601-clone.sh')
-rwxr-xr-x | t/t5601-clone.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t5601-clone.sh b/t/t5601-clone.sh index 83c24fc97a..20aef0018c 100755 --- a/t/t5601-clone.sh +++ b/t/t5601-clone.sh @@ -742,6 +742,7 @@ test_expect_success 'batch missing blob request does not inadvertently try to fe echo aa >server/a && echo bb >server/b && # Also add a gitlink pointing to an arbitrary repository + test_config_global protocol.file.allow always && git -C server submodule add "$(pwd)/repo_for_submodule" c && git -C server add a b c && git -C server commit -m x && |