summaryrefslogtreecommitdiffstats
path: root/test/recipes/90-test_shlibload.t
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2024-02-20 18:42:24 +0100
committerTomas Mraz <tomas@openssl.org>2024-02-22 10:40:07 +0100
commitd3457f990c6acedf54a40e3ef9ada9d5904c66ef (patch)
treed607f779f805e98530f19017c75b906f61e4c6fa /test/recipes/90-test_shlibload.t
parent73a68d8adde293ad73cb66444b4b683a5697d686 (diff)
Minor wording fixes related to no-atexit
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/23642) (cherry picked from commit 66e6f72c3e4221580a7f456ddeaa5027f0bbb8b7)
Diffstat (limited to 'test/recipes/90-test_shlibload.t')
-rw-r--r--test/recipes/90-test_shlibload.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/90-test_shlibload.t b/test/recipes/90-test_shlibload.t
index af6bae20af..ccd7fa43e3 100644
--- a/test/recipes/90-test_shlibload.t
+++ b/test/recipes/90-test_shlibload.t
@@ -23,7 +23,7 @@ plan skip_all => "Test is disabled on AIX" if config('target') =~ m|^aix|;
plan skip_all => "Test is disabled on NonStop" if config('target') =~ m|^nonstop|;
plan skip_all => "Test only supported in a dso build" if disabled("dso");
plan skip_all => "Test is disabled in an address sanitizer build" unless disabled("asan");
-plan skip_all => "Test is disabled if no-atexit is specified" if disabled("atexit");
+plan skip_all => "Test is disabled in no-atexit build" if disabled("atexit");
plan tests => 10;