summaryrefslogtreecommitdiff
path: root/test/scripts/5650-OCSP-GnuTLS
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2022-02-27 14:27:04 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2022-02-28 12:01:33 +0000
commit703cc8957f4f367364b6a13c16afb1e971299278 (patch)
tree067767ed0f766bd29d74abdd1b79d245877fc8c2 /test/scripts/5650-OCSP-GnuTLS
parentfc057b9e8d3cbccb97a3044bda7faa0271670583 (diff)
Testsuite: fix for ndbm
Diffstat (limited to 'test/scripts/5650-OCSP-GnuTLS')
-rw-r--r--test/scripts/5650-OCSP-GnuTLS/56514
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scripts/5650-OCSP-GnuTLS/5651 b/test/scripts/5650-OCSP-GnuTLS/5651
index dbf802298..567fec2b6 100644
--- a/test/scripts/5650-OCSP-GnuTLS/5651
+++ b/test/scripts/5650-OCSP-GnuTLS/5651
@@ -47,7 +47,7 @@ no_msglog_check
#
#
# Client fails on revoked stapled info
-sudo rm DIR/spool/db/retry
+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
****
@@ -61,7 +61,7 @@ killdaemon
#
#
# Client fails on expired stapled info
-sudo rm DIR/spool/db/retry
+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
****