summaryrefslogtreecommitdiffstats
path: root/test/recipes/90-test_shlibload.t
diff options
context:
space:
mode:
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;