test/data: ensure files are checked out with LF, not CRLF
authorRan Benita <ran@unusedvar.com>
Sat, 28 Dec 2019 13:52:20 +0000 (15:52 +0200)
committerRan Benita <ran@unusedvar.com>
Sat, 28 Dec 2019 13:59:47 +0000 (15:59 +0200)
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>
test/data/.gitattributes [new file with mode: 0644]

diff --git a/test/data/.gitattributes b/test/data/.gitattributes
new file mode 100644 (file)
index 0000000..fae8897
--- /dev/null
@@ -0,0 +1 @@
+* eol=lf