X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft0020-crlf.sh;h=cf84f0a1ab5b392930f1d5a0008530399a6a00f6;hb=e4aee10a2eaf0937d86d046f85ee569a75cae9ac;hp=600dcd30a0184043f97854d340ac8b9340254205;hpb=35ebfd6a0cd71795c4fa510b99e55ad89fb654f1;p=git.git diff --git a/t/t0020-crlf.sh b/t/t0020-crlf.sh index 600dcd30a..cf84f0a1a 100755 --- a/t/t0020-crlf.sh +++ b/t/t0020-crlf.sh @@ -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 &&