We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe7b273 commit 21f0c48Copy full SHA for 21f0c48
t/t5710-promisor-remote-capability.sh
@@ -257,7 +257,7 @@ test_expect_success "clone with 'KnownUrl' and url not advertised" '
257
# It should fail because the client will reject the LOP
258
# as URLs are different, and the server cannot lazy fetch as
259
# the LOP URL is missing.
260
- GIT_NO_LAZY_FETCH=0 test_must_fail git clone -c remote.lop.promisor=true \
+ test_must_fail env GIT_NO_LAZY_FETCH=0 git clone -c remote.lop.promisor=true \
261
-c remote.lop.fetch="+refs/heads/*:refs/remotes/lop/*" \
262
-c remote.lop.url="file://$(pwd)/lop" \
263
-c promisor.acceptfromserver=KnownUrl \
0 commit comments