summaryrefslogtreecommitdiffstats
path: root/test/recipes/25-test_pkcs7.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/recipes/25-test_pkcs7.t')
-rw-r--r--test/recipes/25-test_pkcs7.t6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/recipes/25-test_pkcs7.t b/test/recipes/25-test_pkcs7.t
index df15545c39..1d2a757d9f 100644
--- a/test/recipes/25-test_pkcs7.t
+++ b/test/recipes/25-test_pkcs7.t
@@ -20,8 +20,10 @@ plan tests => 3;
require_ok(srctop_file('test','recipes','tconversion.pl'));
subtest 'pkcs7 conversions -- pkcs7' => sub {
- tconversion("p7", srctop_file("test", "testp7.pem"), "pkcs7");
+ tconversion( -type => 'p7', -in => srctop_file("test", "testp7.pem"),
+ -args => ["pkcs7"] );
};
subtest 'pkcs7 conversions -- pkcs7d' => sub {
- tconversion("p7d", srctop_file("test", "pkcs7-1.pem"), "pkcs7");
+ tconversion( -type => 'p7d', -in => srctop_file("test", "pkcs7-1.pem"),
+ -args => ["pkcs7"] );
};