about summary refs log tree commit diff
path: root/third_party/git/t/t1090-sparse-checkout-scope.sh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/t1090-sparse-checkout-scope.sh')
-rwxr-xr-xthird_party/git/t/t1090-sparse-checkout-scope.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/git/t/t1090-sparse-checkout-scope.sh b/third_party/git/t/t1090-sparse-checkout-scope.sh
index 40cc004326..f35a73dd20 100755
--- a/third_party/git/t/t1090-sparse-checkout-scope.sh
+++ b/third_party/git/t/t1090-sparse-checkout-scope.sh
@@ -63,7 +63,6 @@ test_expect_success 'in partial clone, sparse checkout only fetches needed blobs
 	git -C server commit -m message &&
 
 	test_config -C client core.sparsecheckout 1 &&
-	test_config -C client extensions.partialclone origin &&
 	echo "!/*" >client/.git/info/sparse-checkout &&
 	echo "/a" >>client/.git/info/sparse-checkout &&
 	git -C client fetch --filter=blob:none origin &&