X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=inline;f=t%2Ft0026-eol-config.sh;h=fe0164be62ad9ae7a2ea426c6e576cd1133f3d67;hb=d12d8ec9d728b0ce148f5a5caa68c858ef180d30;hp=f37ac8fa0b720d1a72536033c3334a6f5244d5d7;hpb=26517dea245cc6332ffb80cf7747f6c211aa2e4d;p=git.git diff --git a/t/t0026-eol-config.sh b/t/t0026-eol-config.sh index f37ac8fa0..fe0164be6 100755 --- a/t/t0026-eol-config.sh +++ b/t/t0026-eol-config.sh @@ -12,7 +12,7 @@ test_expect_success setup ' git config core.autocrlf false && - echo "one text" > .gitattributes + echo "one text" > .gitattributes && for w in Hello world how are you; do echo $w; done >one && for w in I am very very fine thank you; do echo $w; done >two &&