Commit faac4ba7de5ae805a612eb1236a17087e392c7c3

Ran Benita 2019-12-28T15:52:20

test/data: ensure files are checked out with LF, not CRLF The tests stringcomp and buffercomp do binary comparison on some files; if the files are changed to CRLF on checkout, the tests fail. Signed-off-by: Ran Benita <ran@unusedvar.com>

1
2
3
4
5
6
7
diff --git a/test/data/.gitattributes b/test/data/.gitattributes
new file mode 100644
index 0000000..fae8897
--- /dev/null
+++ b/test/data/.gitattributes
@@ -0,0 +1 @@
+* eol=lf