promisor-remote: parse remote.*.partialclonefilter
[gitweb.git] / t / t5601-clone.sh
index 534d03a4d787ae2b9911c0171c91ba1493d2556d..078cf48dd610c547e71afb3b2488927afa87903a 100755 (executable)
@@ -655,6 +655,7 @@ partial_clone () {
 
        # Ensure that unneeded blobs are not inadvertently fetched.
        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