recipes/90-test_shlibload.t: disable tests on AIX till further notice.
authorAndy Polyakov <appro@openssl.org>
Fri, 15 Jun 2018 13:41:07 +0000 (15:41 +0200)
committerAndy Polyakov <appro@openssl.org>
Fri, 22 Jun 2018 08:58:00 +0000 (10:58 +0200)
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6487)

test/recipes/90-test_shlibload.t

index 04d52658900be5062c824ede67aaa064f5fa5585..368dea3171dff61d629b98d2f09c320bcb37a01c 100644 (file)
@@ -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;