Merge branch 'cc/multi-promisor'
[gitweb.git] / t / t5601-clone.sh
index 4a3b901f067c2cb024247f2dc9299a6215939019..2e94354e5b11b3dfcf5104e4911cb37003a1c03e 100755 (executable)
@@ -654,7 +654,8 @@ partial_clone () {
        git -C client fsck &&
 
        # Ensure that unneeded blobs are not inadvertently fetched.
-       test_config -C client extensions.partialclone "not a remote" &&
+       test_config -C client remote.origin.promisor "false" &&
+       git -C client config --unset remote.origin.partialclonefilter &&
        test_must_fail git -C client cat-file -e "$HASH1" &&
 
        # But this blob was fetched, because clone performs an initial checkout