Fix no-dso builds
[openssl.git] / test / recipes / 90-test_shlibload.t
index 1f097edaf65103eaff06999f6200cf13935d2fe0..fee56cd25463eace839e9a7e0aa06dd785da5af1 100644 (file)
@@ -21,6 +21,7 @@ use platform;
 
 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 skip_all => "Test only supported in a dso build" if disabled("dso");
 
 plan tests => 10;