Fix common test framework options
[openssl.git] / test / v3ext.c
index 2c8ac6bb20d9ec15d67accf2382518c93e8ff41b..5cf7581c51691fc379ccd173a1d8bcaf1fbbb527 100644 (file)
@@ -41,6 +41,11 @@ OPT_TEST_DECLARE_USAGE("cert.pem\n")
 
 int setup_tests(void)
 {
+    if (!test_skip_common_options()) {
+        TEST_error("Error parsing test options\n");
+        return 0;
+    }
+
     if (!TEST_ptr(infile = test_get_argument(0)))
         return 0;