TEST: Make our test data binary
authorRichard Levitte <levitte@openssl.org>
Mon, 23 Nov 2020 01:26:34 +0000 (02:26 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 24 Nov 2020 10:01:58 +0000 (11:01 +0100)
commitc150a9485772bd4b1bdf144c9fa26043a8a24d65
tree7eabadc1d76a251856b81cfdf360c5112816ea39
parenta68eee679a4b85f6846519412e1895c56475959c
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 <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13477)
.gitattributes
test/data.bin [moved from test/data.txt with 100% similarity]
test/data2.bin [moved from test/data2.txt with 100% similarity]
test/recipes/20-test_dgst.t
test/recipes/20-test_pkeyutl.t