aboutsummaryrefslogtreecommitdiff
path: root/test/ocspapitest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/ocspapitest.c')
-rw-r--r--test/ocspapitest.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/ocspapitest.c b/test/ocspapitest.c
index 355bd44..358eb54 100644
--- a/test/ocspapitest.c
+++ b/test/ocspapitest.c
@@ -215,6 +215,11 @@ OPT_TEST_DECLARE_USAGE("certfile privkeyfile\n")
int setup_tests(void)
{
+ if (!test_skip_common_options()) {
+ TEST_error("Error parsing test options\n");
+ return 0;
+ }
+
if (!TEST_ptr(certstr = test_get_argument(0))
|| !TEST_ptr(privkeystr = test_get_argument(1)))
return 0;