Commit 6b33d106 authored by Richard Levitte's avatar Richard Levitte
Browse files

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: default avatarRich Salz <rsalz@openssl.org>
parent ce249fac
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
#! /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")])));