X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=test%2Ffatalerrtest.c;h=184392cff260cb32eeb569407f8a479c9a7d3b49;hp=0f18c1b67bc67c2adb5ccaeb2c9da4fc1d55d5d1;hb=8d242823ed2270e2907914fb09004ae30263fb00;hpb=ef071222020be2096fb9f3aaef8bfe18ae9a40c9 diff --git a/test/fatalerrtest.c b/test/fatalerrtest.c index 0f18c1b67b..184392cff2 100644 --- a/test/fatalerrtest.c +++ b/test/fatalerrtest.c @@ -86,6 +86,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(cert = test_get_argument(0)) || !TEST_ptr(privkey = test_get_argument(1))) return 0;