openssl/test/recipes/70-test_verify_extra.t
Richard Levitte 6b33d10686 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: Rich Salz <rsalz@openssl.org>
2015-09-08 00:54:49 +02:00

12 lines
306 B
Raku

#! /usr/bin/perl
use OpenSSL::Test qw/:DEFAULT top_file/;
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")])));