summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rwxr-xr-xt/t5616-partial-clone.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5616-partial-clone.sh b/t/t5616-partial-clone.sh
index f1baf83502..8b9b471a62 100755
--- a/t/t5616-partial-clone.sh
+++ b/t/t5616-partial-clone.sh
@@ -359,7 +359,7 @@ test_expect_success 'tolerate server sending REF_DELTA against missing promisor
--filter=blob:none $HTTPD_URL/one_time_sed/server repo &&
# Sanity check to ensure that the client does not have that blob.
- git -C repo rev-list --objects --exclude-promisor-objects \
+ git -C repo rev-list --objects --ignore-missing \
-- $(cat deltabase) >objlist &&
test_line_count = 0 objlist &&