提交 6b33d106 编写于 作者: R Richard Levitte

Adjust the verify_extra test recipe to its executable

The verify_extra_test was recently changed to take its parameters as
arguments instead of having them hardcoded.
Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 ce249fac
#! /usr/bin/perl #! /usr/bin/perl
use OpenSSL::Test::Simple; use OpenSSL::Test qw/:DEFAULT top_file/;
simple_test("test_verify_extra", "verify_extra_test"); setup("test_verify_extra");
plan tests => 1;
ok(run(test(["verify_extra_test",
top_file("test", "certs", "roots.pem"),
top_file("test", "certs", "untrusted.pem"),
top_file("test", "certs", "bad.pem")])));
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册