diff options
author | Andy Polyakov <appro@openssl.org> | 2018-06-15 15:41:07 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2018-06-22 10:58:00 +0200 |
commit | bd3d8c12606c48388be61db0681ac759804b6100 (patch) | |
tree | 4f59a78fbcdcd6c7332ca326c41d85ac0f3ad425 /test | |
parent | Configurations/10-main.conf: always pass -bsrv4 to AIX linker. (diff) | |
download | openssl-bd3d8c12606c48388be61db0681ac759804b6100.tar.xz openssl-bd3d8c12606c48388be61db0681ac759804b6100.zip |
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.t | 1 |
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; |