Imported Upstream version 2.18.0
[platform/upstream/git.git] / t / t6130-pathspec-noglob.sh
index 4129d9f..6583532 100755 (executable)
@@ -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 &&