]> git.ipfire.org Git - thirdparty/openssl.git/blob - test/recipes/25-test_crl.t
Change OpenSSL::Test to be an extension of Test::More
[thirdparty/openssl.git] / test / recipes / 25-test_crl.t
1 #! /usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use File::Spec;
7 use OpenSSL::Test qw/:DEFAULT top_file/;
8
9 setup("test_crl");
10
11 plan tests => 2;
12
13 require_ok(top_file('test','recipes','tconversion.pl'));
14
15 subtest 'crl conversions' => sub {
16 tconversion("crl", top_file("test","testcrl.pem"));
17 };