summaryrefslogtreecommitdiff
path: root/test/scripts
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2016-09-10 21:36:33 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2016-09-11 15:27:42 +0100
commit59a286efa436395d340a4aba2bff35d611800bb5 (patch)
tree1c452123e6cbff9a3874c1a754c994443725a67d /test/scripts
parenta207d5dd20b1f295f758e79ffa3dc06cdf7e488d (diff)
Reduce space used by flags in smtp transport
Diffstat (limited to 'test/scripts')
-rw-r--r--test/scripts/5650-OCSP-GnuTLS/56512
1 files changed, 2 insertions, 0 deletions
diff --git a/test/scripts/5650-OCSP-GnuTLS/5651 b/test/scripts/5650-OCSP-GnuTLS/5651
index e100baece..dbf802298 100644
--- a/test/scripts/5650-OCSP-GnuTLS/5651
+++ b/test/scripts/5650-OCSP-GnuTLS/5651
@@ -47,6 +47,7 @@ no_msglog_check
#
#
# Client fails on revoked stapled info
+sudo rm DIR/spool/db/retry
EXIM_TESTHARNESS_DISABLE_OCSPVALIDITYCHECK=y exim -bd -oX PORT_D -DSERVER=server \
-DOPT=DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.ocsp.revoked.resp
****
@@ -60,6 +61,7 @@ killdaemon
#
#
# Client fails on expired stapled info
+sudo rm DIR/spool/db/retry
EXIM_TESTHARNESS_DISABLE_OCSPVALIDITYCHECK=y exim -bd -oX PORT_D -DSERVER=server \
-DOPT=DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.ocsp.dated.resp
****