projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50db968
)
Make sure to actually use @smime_cms_comp_test when testing it...
author
Richard Levitte
<levitte@openssl.org>
Sat, 19 Sep 2015 20:55:55 +0000
(22:55 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Sat, 19 Sep 2015 20:55:55 +0000
(22:55 +0200)
Obvious typo, and it took configuring with 'zlib' to discover it,
otherwise there was a previous skip that bypassed this section
entirely.
Reviewed-by: Tim Hudson <tjh@openssl.org>
test/recipes/80-test_cms.t
patch
|
blob
|
history
diff --git
a/test/recipes/80-test_cms.t
b/test/recipes/80-test_cms.t
index cc2786fbdb1ab462610a66e17ab03a6282e2a5b9..29a08b9825a028102be7d9df95577532759c1076 100644
(file)
--- a/
test/recipes/80-test_cms.t
+++ b/
test/recipes/80-test_cms.t
@@
-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;