Fix common test framework options
[openssl.git] / test / sslbuffertest.c
index 163beafb2f81b3294f7d2e28225ecd8bd0516e06..3bce667b462be001af4627361b95b480a9eaffb9 100644 (file)
@@ -156,6 +156,11 @@ int setup_tests(void)
 {
     char *cert, *pkey;
 
+    if (!test_skip_common_options()) {
+        TEST_error("Error parsing test options\n");
+        return 0;
+    }
+
     if (!TEST_ptr(cert = test_get_argument(0))
             || !TEST_ptr(pkey = test_get_argument(1)))
         return 0;