diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-06-02 21:56:29 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-06-02 23:04:29 +0100 |
commit | cfab9d68aba4f5cc5218b1619b4469880c4d6cc5 (patch) | |
tree | 91e4571271a925fe46c0a1e1ea658bc3ea133278 /test | |
parent | 1ed59855863174523aabfba933434950e051e00a (diff) |
Add support for ${sha256:<string>}
Diffstat (limited to 'test')
-rw-r--r-- | test/scripts/2000-GnuTLS/2000 | 6 | ||||
-rw-r--r-- | test/scripts/2100-OpenSSL/2100 | 6 | ||||
-rw-r--r-- | test/stdout/2000 | 3 | ||||
-rw-r--r-- | test/stdout/2100 | 3 |
4 files changed, 18 insertions, 0 deletions
diff --git a/test/scripts/2000-GnuTLS/2000 b/test/scripts/2000-GnuTLS/2000 index a1299e574..5e26e4332 100644 --- a/test/scripts/2000-GnuTLS/2000 +++ b/test/scripts/2000-GnuTLS/2000 @@ -13,3 +13,9 @@ exim -qf **** killdaemon no_msglog_check +# +# +exim -be +sha256: ${sha256:} +sha256: ${sha256:abc} +**** 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} +**** diff --git a/test/stdout/2000 b/test/stdout/2000 new file mode 100644 index 000000000..effaada83 --- /dev/null +++ b/test/stdout/2000 @@ -0,0 +1,3 @@ +> sha256: E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B855 +> sha256: BA7816BF8F01CFEA414140DE5DAE2223B00361A396177A9CB410FF61F20015AD +> diff --git a/test/stdout/2100 b/test/stdout/2100 new file mode 100644 index 000000000..effaada83 --- /dev/null +++ b/test/stdout/2100 @@ -0,0 +1,3 @@ +> sha256: E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B855 +> sha256: BA7816BF8F01CFEA414140DE5DAE2223B00361A396177A9CB410FF61F20015AD +> |