Jonathan Tan <jonathantanmy@xxxxxxxxxx> writes: > test_expect_success 'partial clone with -o' ' > partial_clone_server server && > - git clone -o blah --filter=blob:limit=0 "file://$(pwd)/server" client > + git clone -o blah --filter=blob:limit=0 "file://$(pwd)/server" client && > + test_cmp_config -C client "blob:limit=0" --get-all remote.blah.partialclonefilter > ' Makes sense to piggyback on this existing test. It also makes sense to ensure that the original one is all and the only filter that is being configured. Will queue. Let's merge them to 'next'.