diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-06-01 20:51:42 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-06-04 19:44:52 +0100 |
commit | e7a0bf3f71cd20b710a24f6cd9e0ab685d67d75f (patch) | |
tree | 429bee7ebd67c820a7f4f6a417688739f0534115 /test/scripts/5740-OCSP-OpenSSL-events | |
parent | bb5d58354ec8dab287556542da9549c76fe8ea60 (diff) |
debug: fix openssl output
Diffstat (limited to 'test/scripts/5740-OCSP-OpenSSL-events')
-rw-r--r-- | test/scripts/5740-OCSP-OpenSSL-events/5740 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scripts/5740-OCSP-OpenSSL-events/5740 b/test/scripts/5740-OCSP-OpenSSL-events/5740 index 414430630..fd137b012 100644 --- a/test/scripts/5740-OCSP-OpenSSL-events/5740 +++ b/test/scripts/5740-OCSP-OpenSSL-events/5740 @@ -3,7 +3,7 @@ # # # Client works when we request but don't require OCSP stapling and none comes -exim -bd -oX PORT_D -DSERVER=server -DRETURN=/dev/null +exim -bd -oX PORT_D -DSERVER=server -DRETURN="" **** exim norequire_1@test.ex test message. @@ -45,7 +45,7 @@ killdaemon # # # Client fails on lack of required stapled info -exim -bd -oX PORT_D -DSERVER=server -DRETURN=/dev/null +exim -bd -oX PORT_D -DSERVER=server -DRETURN="" **** exim failrequire@test.ex test message. |