Imported Upstream version 2.14.6
[platform/upstream/git.git] / t / t1450-fsck.sh
index cb4b66e..33c955f 100755 (executable)
@@ -419,6 +419,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 &&