diff options
Diffstat (limited to 't/t1450-fsck.sh')
| -rwxr-xr-x | t/t1450-fsck.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t1450-fsck.sh b/t/t1450-fsck.sh index b36e0528d0..a2405b0d32 100755 --- a/t/t1450-fsck.sh +++ b/t/t1450-fsck.sh @@ -456,6 +456,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 && |
