diff options
Diffstat (limited to 'test/ocspapitest.c')
-rw-r--r-- | test/ocspapitest.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/ocspapitest.c b/test/ocspapitest.c index 355bd448ae..358eb54fad 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; |