summaryrefslogtreecommitdiff
path: root/test/scripts/2100-OpenSSL
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2018-02-10 17:01:10 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2018-02-10 17:01:10 +0000
commit4e6ad671cb21180d13745c708021caa9ae086bb2 (patch)
tree8e96d438959c0d1dfbde772aeeb4eb9fc2aa03d7 /test/scripts/2100-OpenSSL
parent2be324ee17454ae5c5a32a3533aced861d103074 (diff)
Testsuite: move sha3 tests to separate testcase
Diffstat (limited to 'test/scripts/2100-OpenSSL')
-rw-r--r--test/scripts/2100-OpenSSL/210013
1 files changed, 0 insertions, 13 deletions
diff --git a/test/scripts/2100-OpenSSL/2100 b/test/scripts/2100-OpenSSL/2100
index 37ba66fb5..c2b0f8981 100644
--- a/test/scripts/2100-OpenSSL/2100
+++ b/test/scripts/2100-OpenSSL/2100
@@ -8,16 +8,3 @@ exim -qf
****
killdaemon
no_msglog_check
-#
-#
-exim -be
-sha256: ${sha256:}
-sha256: ${sha256:abc}
-
-sha3: ${sha3:}
-sha3: ${sha3:abc}
-sha3_256: ${sha3_256:}
-sha3_256: ${sha3_256:abc}
-sha3_512: ${sha3_512:}
-sha3_512: ${sha3_512:abc}
-****