From: Andy Polyakov Date: Fri, 15 Jun 2018 13:41:07 +0000 (+0200) Subject: recipes/90-test_shlibload.t: disable tests on AIX till further notice. X-Git-Tag: OpenSSL_1_1_1-pre9~253 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bd3d8c12606c48388be61db0681ac759804b6100;p=oweals%2Fopenssl.git 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) --- 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;