提交 cc0b19a7 编写于 作者: R Richard Levitte

Make sure to actually use @smime_cms_comp_test when testing it...

Obvious typo, and it took configuring with 'zlib' to discover it,
otherwise there was a previous skip that bypassed this section
entirely.
Reviewed-by: NTim Hudson <tjh@openssl.org>
上级 50db968a
......@@ -445,7 +445,7 @@ subtest "CMS <=> CMS consistency tests, modified key parameters\n" => sub {
unless grep /ZLIB/, run(app(["openssl", "version", "-f"]),
capture => 1);
foreach (@smime_cms_param_tests) {
foreach (@smime_cms_comp_tests) {
SKIP: {
my $skip_reason = check_availability($$_[0]);
skip $skip_reason, 1 if $skip_reason;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册