diff --git a/busybox-w32/testsuite/diff.tests b/busybox-w32/testsuite/diff.tests index bf74114d5..0daa5fc34 100644 --- a/busybox-w32/testsuite/diff.tests +++ b/busybox-w32/testsuite/diff.tests @@ -160,11 +160,11 @@ testing "diff CRLF line endings" \ --- - +++ input @@ -1,4 +1,4 @@ - a - b -+c - d --e + a + b ++c + d +-e " \ "a\r\nb\r\nc\r\nd\r\n" \ "a\r\nb\r\nd\r\ne\r\n" @@ -175,11 +175,11 @@ testing "diff --binary CRLF line endings" \ --- - +++ input @@ -1,4 +1,4 @@ - a - b -+c - d --e + a + b ++c + d +-e " \ "a\r\nb\r\nc\r\nd\r\n" \ "a\r\nb\r\nd\r\ne\r\n"