From bd3d8c12606c48388be61db0681ac759804b6100 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Fri, 15 Jun 2018 15:41:07 +0200 Subject: [PATCH] recipes/90-test_shlibload.t: disable tests on AIX till further notice. Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/6487) --- test/recipes/90-test_shlibload.t | 1 + 1 file changed, 1 insertion(+) diff --git a/test/recipes/90-test_shlibload.t b/test/recipes/90-test_shlibload.t index 04d5265890..368dea3171 100644 --- a/test/recipes/90-test_shlibload.t +++ b/test/recipes/90-test_shlibload.t @@ -19,6 +19,7 @@ use lib bldtop_dir('.'); use configdata; plan skip_all => "Test only supported in a shared build" if disabled("shared"); +plan skip_all => "Test is disabled on AIX" if config('target') =~ m|^aix|; plan tests => 4; -- GitLab