Skip to content

Commit 21f0c48

Browse files
committed
SQUASH
1 parent fe7b273 commit 21f0c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t5710-promisor-remote-capability.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ test_expect_success "clone with 'KnownUrl' and url not advertised" '
257257
# It should fail because the client will reject the LOP
258258
# as URLs are different, and the server cannot lazy fetch as
259259
# the LOP URL is missing.
260-
GIT_NO_LAZY_FETCH=0 test_must_fail git clone -c remote.lop.promisor=true \
260+
test_must_fail env GIT_NO_LAZY_FETCH=0 git clone -c remote.lop.promisor=true \
261261
-c remote.lop.fetch="+refs/heads/*:refs/remotes/lop/*" \
262262
-c remote.lop.url="file://$(pwd)/lop" \
263263
-c promisor.acceptfromserver=KnownUrl \

0 commit comments

Comments
 (0)