diff --git a/test/recipes/90-test_shlibload.t b/test/recipes/90-test_shlibload.t index 04d52658900be5062c824ede67aaa064f5fa5585..368dea3171dff61d629b98d2f09c320bcb37a01c 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;