about summary refs log tree commit diff
path: root/third_party/git/t/t6130-pathspec-noglob.sh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/t6130-pathspec-noglob.sh')
-rwxr-xr-xthird_party/git/t/t6130-pathspec-noglob.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/git/t/t6130-pathspec-noglob.sh b/third_party/git/t/t6130-pathspec-noglob.sh
index ba7902c9cd..37760233a5 100755
--- a/third_party/git/t/t6130-pathspec-noglob.sh
+++ b/third_party/git/t/t6130-pathspec-noglob.sh
@@ -10,7 +10,6 @@ test_expect_success 'create commits with glob characters' '
 	# the name "f*" in the worktree, because it is not allowed
 	# on Windows (the tests below do not depend on the presence
 	# of the file in the worktree)
-	git config core.protectNTFS false &&
 	git update-index --add --cacheinfo 100644 "$(git rev-parse HEAD:foo)" "f*" &&
 	test_tick &&
 	git commit -m star &&