]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/cmsapitest.c
Fix common test framework options
[thirdparty/openssl.git] / test / cmsapitest.c
index 2ea8af58b3e4b96d06fbc403257c71804f6e5a27..3ab1b82f963d01b362e6216b30ab2b06c4e7beee 100644 (file)
@@ -65,6 +65,11 @@ int setup_tests(void)
     char *certin = NULL, *privkeyin = NULL;
     BIO *certbio = NULL, *privkeybio = NULL;
 
+    if (!test_skip_common_options()) {
+        TEST_error("Error parsing test options\n");
+        return 0;
+    }
+
     if (!TEST_ptr(certin = test_get_argument(0))
             || !TEST_ptr(privkeyin = test_get_argument(1)))
         return 0;