]> git.ipfire.org Git - thirdparty/openssl.git/commit
Skip shlibload tests if no-atexit is configured
authorNeil Horman <nhorman@openssl.org>
Thu, 8 Feb 2024 14:17:44 +0000 (09:17 -0500)
committerTomas Mraz <tomas@openssl.org>
Wed, 14 Feb 2024 17:05:44 +0000 (18:05 +0100)
commit53273092f6d64e91f4116bb781eb74dcc98a25dc
tree2ca7f430db45213e792ed381a506167c6832cd9f
parent4f6133f9db2b9b7ce5e59d8b8ec38202a154c524
Skip shlibload tests if no-atexit is configured

the shared library load tests fail if no-atexit is configured.  The
entire test suite relies on atexit handling to indicate an at exit
handler has run, by producing a file that the test recipe then reads.
With no-atexit that never happens, and the test fails

If no-atexit is specified, skip all the tests

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23523)
test/recipes/90-test_shlibload.t