From c150a9485772bd4b1bdf144c9fa26043a8a24d65 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 23 Nov 2020 02:26:34 +0100 Subject: TEST: Make our test data binary Our test data (test/data.txt and test/data2.txt) are text files, but declaring them binary means that there will be no line ending transformation done on them. This is necessary for testing on non-Unix platforms, where certain tests could otherwise give results that don't match expected results. Fixes #13474 Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/13477) --- .gitattributes | 1 + 1 file changed, 1 insertion(+) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 3fbaf1160f..6771355ff7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ +*.bin binary *.der binary /fuzz/corpora/** binary *.pfx binary -- cgit v1.2.3