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