]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t6130-pathspec-noglob.sh
mailinfo: factor out some repeated header handling
[thirdparty/git.git] / t / t6130-pathspec-noglob.sh
index 37760233a560559730fdf8c00a45c07d86250c00..ba7902c9cdcd0e6664f81b478b24596a4deb06dc 100755 (executable)
@@ -10,6 +10,7 @@ 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 &&