diff options
Diffstat (limited to '')
-rw-r--r-- | test/recipes/80-test_cms.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/80-test_cms.t b/test/recipes/80-test_cms.t index 6eca00a923..0d54334ebd 100644 --- a/test/recipes/80-test_cms.t +++ b/test/recipes/80-test_cms.t @@ -52,7 +52,7 @@ my ($no_des, $no_dh, $no_dsa, $no_ec, $no_ec2m, $no_rc2, $no_zlib) $no_rc2 = 1 if disabled("legacy"); -plan tests => 26; +plan tests => 27; ok(run(test(["pkcs7_test"])), "test pkcs7"); |