summaryrefslogtreecommitdiff
path: root/test/scripts/2100-OpenSSL/2100
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2016-06-02 21:56:29 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2016-06-02 23:04:29 +0100
commitcfab9d68aba4f5cc5218b1619b4469880c4d6cc5 (patch)
tree91e4571271a925fe46c0a1e1ea658bc3ea133278 /test/scripts/2100-OpenSSL/2100
parent1ed59855863174523aabfba933434950e051e00a (diff)
Add support for ${sha256:<string>}
Diffstat (limited to 'test/scripts/2100-OpenSSL/2100')
-rw-r--r--test/scripts/2100-OpenSSL/21006
1 files changed, 6 insertions, 0 deletions
diff --git a/test/scripts/2100-OpenSSL/2100 b/test/scripts/2100-OpenSSL/2100
index c2b0f8981..27c6c84d6 100644
--- a/test/scripts/2100-OpenSSL/2100
+++ b/test/scripts/2100-OpenSSL/2100
@@ -8,3 +8,9 @@ exim -qf
****
killdaemon
no_msglog_check
+#
+#
+exim -be
+sha256: ${sha256:}
+sha256: ${sha256:abc}
+****