Commit bd3d8c12 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

recipes/90-test_shlibload.t: disable tests on AIX till further notice.

parent 8f29569e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;