summaryrefslogtreecommitdiffstats
path: root/test/data.txt
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2020-11-23 02:26:34 +0100
committerRichard Levitte <levitte@openssl.org>2020-11-24 11:01:58 +0100
commitc150a9485772bd4b1bdf144c9fa26043a8a24d65 (patch)
tree7eabadc1d76a251856b81cfdf360c5112816ea39 /test/data.txt
parenta68eee679a4b85f6846519412e1895c56475959c (diff)
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)
Diffstat (limited to 'test/data.txt')
-rw-r--r--test/data.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/data.txt b/test/data.txt
deleted file mode 100644
index 3442255280..0000000000
--- a/test/data.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-TEST DATA
-
-Please note that if a test involves a new testing executable,
-you will need to do some additions in test/build.info.