Code

Change attribute negation marker from '!' to '-'.
[git.git] / t / t0020-crlf.sh
index 600dcd30a0184043f97854d340ac8b9340254205..cf84f0a1ab5b392930f1d5a0008530399a6a00f6 100755 (executable)
@@ -216,7 +216,7 @@ test_expect_success 'apply patch --index (autocrlf=true)' '
 
 test_expect_success '.gitattributes says two is binary' '
 
-       echo "two !crlf" >.gitattributes &&
+       echo "two -crlf" >.gitattributes &&
        rm -f tmp one dir/two &&
        git repo-config core.autocrlf true &&
        git read-tree --reset -u HEAD &&