]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/ocspapitest.c
Fix common test framework options
[thirdparty/openssl.git] / test / ocspapitest.c
index 355bd448aebfa0563f7800296c5b2ca8e21bf797..358eb54fadfd03e204fbea73d569c44d58b3d7e4 100644 (file)
@@ -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;