summaryrefslogtreecommitdiffstats
path: root/test/repos
diff options
context:
space:
mode:
authorTommy Nguyen <remyabel@gmail.com>2018-08-20 09:16:35 -0400
committerTommy Nguyen <remyabel@gmail.com>2018-08-20 09:16:35 -0400
commit45fea837713e3f471813596209cd78398df115fc (patch)
tree64ad4ef1a91bb8c020f1e8f11cd816c27c5e69d0 /test/repos
parent5dd049eb821f25573ba63b70dc7c08587444f5f8 (diff)
Convert \r\n to \n; don't depend on unix2dos
Diffstat (limited to 'test/repos')
-rw-r--r--test/repos/bom.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/repos/bom.sh b/test/repos/bom.sh
index e8642491a..190f501a1 100644
--- a/test/repos/bom.sh
+++ b/test/repos/bom.sh
@@ -4,12 +4,10 @@ set -ex; rm -rf repo; mkdir repo; cd repo
git init
cat <<EOT >> windowslf.txt
-asdf
-asdf
+asdf
+asdf
EOT
-unix2dos windowslf.txt
-
cat <<EOT >> linuxlf.txt
asdf
asdf