]> git.ipfire.org Git - thirdparty/openssl.git/commit
test/recipes/80-test_cms.t: Fix the "CAdES ko" test
authorRichard Levitte <levitte@openssl.org>
Tue, 22 Nov 2022 14:05:45 +0000 (15:05 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 22 Nov 2022 16:15:14 +0000 (17:15 +0100)
commit122ea851de77f761d7bc0ec5f3a7fc23e3a5d8be
tree59d4c4c8a8fd334f32298d1e7ac1d9e3eeff5125
parentc48c32807f2d945a9672c48b59bff4083885a5bc
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 <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19731)

(cherry picked from commit 20d3731006c9d29cbe17c2aedeba5e2abccfcd57)
test/recipes/80-test_cms.t