Branch: refs/heads/openssl-3.1
Home: https://github.com/openssl/openssl
Commit: 20d3731006c9d29cbe17c2aedeba5e2abccfcd57
https://github.com/openssl/openssl/commit/20d3731006c9d29cbe17c2aedeba5e2abccfcd57
Author: Richard Levitte <[email protected]>
Date: 2022-11-22 (Tue, 22 Nov 2022)
Changed paths:
M test/recipes/80-test_cms.t
Log Message:
-----------
test/recipes/80-test_cms.t: Fix the "CAdES ko" test
This test had commands that assumes that runner_loop() is used to perform
the tests. These tests still run fine because Unix accepts braces in file
names, but other operating systems might not.
Reviewed-by: Dmitry Belyavskiy <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/19731)