X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=t%2Ft3001-ls-files-others-exclude.sh;h=6979b7c1c05001d08ce94f9034580f94745b4924;hb=42d0ee8302c361a0e3bde7bc59858eda94bc13a4;hp=fde2bb25fa0fb41c09b4e4c87de8b9d1c0f9c237;hpb=5e80092f7e6db09a40a62e837ca3f74f0bc5ad73;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.' \