general improvements
[gitweb.git] / t / t5601-clone.sh
index 3be025a6582d41e8a979f1b343dd94ad21b8e1eb..ad8c41176ef76690004c8f73131a7ba464758143 100755 (executable)
@@ -653,7 +653,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