From 45fea837713e3f471813596209cd78398df115fc Mon Sep 17 00:00:00 2001 From: Tommy Nguyen Date: Mon, 20 Aug 2018 09:16:35 -0400 Subject: Convert \r\n to \n; don't depend on unix2dos --- test/repos/bom.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'test') 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 <> windowslf.txt -asdf -asdf +asdf +asdf EOT -unix2dos windowslf.txt - cat <> linuxlf.txt asdf asdf -- cgit v1.2.3