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>
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