projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f29569
)
recipes/90-test_shlibload.t: disable tests on AIX till further notice.
author
Andy Polyakov
<appro@openssl.org>
Fri, 15 Jun 2018 13:41:07 +0000
(15:41 +0200)
committer
Andy 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
patch
|
blob
|
history
diff --git
a/test/recipes/90-test_shlibload.t
b/test/recipes/90-test_shlibload.t
index 04d52658900be5062c824ede67aaa064f5fa5585..368dea3171dff61d629b98d2f09c320bcb37a01c 100644
(file)
--- 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;