]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t1450-fsck.sh
Sync with 2.23.1
[thirdparty/git.git] / t / t1450-fsck.sh
index 50d28e6fdb6079a97b3b3a1bb0d633e736cbf45e..7436e63c7112908fba2266084ef7108272cb043c 100755 (executable)
@@ -441,6 +441,7 @@ while read name path pretty; do
                (
                        git init $name-$type &&
                        cd $name-$type &&
+                       git config core.protectNTFS false &&
                        echo content >file &&
                        git add file &&
                        git commit -m base &&