summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/suite/tls-fuzzer/gnutls-nocert.json2
-rwxr-xr-xtests/suite/tls-fuzzer/tls-fuzzer-nocert.sh1
2 files changed, 3 insertions, 0 deletions
diff --git a/tests/suite/tls-fuzzer/gnutls-nocert.json b/tests/suite/tls-fuzzer/gnutls-nocert.json
index ca360b45e3..242e909cc6 100644
--- a/tests/suite/tls-fuzzer/gnutls-nocert.json
+++ b/tests/suite/tls-fuzzer/gnutls-nocert.json
@@ -6,6 +6,8 @@
"--priority=@PRIORITY@",
"--disable-client-cert", "--port=@PORT@"],
"tests" : [
+ {"name" : "test-ocsp-stapling.py",
+ "arguments" : ["--no-status"] },
{"name" : "test-aes-gcm-nonces.py" },
{"name" : "test-atypical-padding.py" },
{"name" : "test-bleichenbacher-workaround.py" },
diff --git a/tests/suite/tls-fuzzer/tls-fuzzer-nocert.sh b/tests/suite/tls-fuzzer/tls-fuzzer-nocert.sh
index 6459fbf4df..8231b9c2c5 100755
--- a/tests/suite/tls-fuzzer/tls-fuzzer-nocert.sh
+++ b/tests/suite/tls-fuzzer/tls-fuzzer-nocert.sh
@@ -66,6 +66,7 @@ retval=$?
rm -f ${TMPFILE}
popd
+popd
$UNLOCKFILE
exit $retval