Imported Upstream version 2.16.5
[platform/upstream/git.git] / t / t9350-fast-export.sh
index 15b167d..866ddf6 100755 (executable)
@@ -421,10 +421,9 @@ test_expect_success 'directory becomes symlink'        '
 
 test_expect_success 'fast-export quotes pathnames' '
        git init crazy-paths &&
-       test_config -C crazy-paths core.protectNTFS false &&
        (cd crazy-paths &&
         blob=$(echo foo | git hash-object -w --stdin) &&
-        git -c core.protectNTFS=false update-index --add \
+        git update-index --add \
                --cacheinfo 100644 $blob "$(printf "path with\\nnewline")" \
                --cacheinfo 100644 $blob "path with \"quote\"" \
                --cacheinfo 100644 $blob "path with \\backslash" \