X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=t%2Ft3001-ls-files-others-exclude.sh;h=6979b7c1c05001d08ce94f9034580f94745b4924;hb=638684824c419f4368512c6f54ac32dd4e6c56a6;hp=fde2bb25fa0fb41c09b4e4c87de8b9d1c0f9c237;hpb=3eeb419968c1f8f0a762a7127db770e9d9c8037d;p=git.git diff --git a/t/t3001-ls-files-others-exclude.sh b/t/t3001-ls-files-others-exclude.sh index fde2bb25..6979b7c1 100755 --- a/t/t3001-ls-files-others-exclude.sh +++ b/t/t3001-ls-files-others-exclude.sh @@ -68,7 +68,7 @@ test_expect_success \ diff -u expect output' # Test \r\n (MSDOS-like systems) -echo -ne '*.1\r\n/*.3\r\n!*.6\r\n' >.gitignore +printf '*.1\r\n/*.3\r\n!*.6\r\n' >.gitignore test_expect_success \ 'git-ls-files --others with \r\n line endings.' \