summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2018-06-15 15:41:07 +0200
committerAndy Polyakov <appro@openssl.org>2018-06-22 10:58:00 +0200
commitbd3d8c12606c48388be61db0681ac759804b6100 (patch)
tree4f59a78fbcdcd6c7332ca326c41d85ac0f3ad425 /test
parent8f29569ef384d0f6f107bb8b1262e36d874a3cc7 (diff)
recipes/90-test_shlibload.t: disable tests on AIX till further notice.
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6487)
Diffstat (limited to 'test')
-rw-r--r--test/recipes/90-test_shlibload.t1
1 files changed, 1 insertions, 0 deletions
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;