]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/recipes/90-test_shlibload.t
NonStop port updates for 3.0.0.
[thirdparty/openssl.git] / test / recipes / 90-test_shlibload.t
index fee56cd25463eace839e9a7e0aa06dd785da5af1..96e3e6e12e268178c15775a7572ef64e07aefd5e 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 is disabled on NonStop" if config('target') =~ m|^nonstop|;
 plan skip_all => "Test only supported in a dso build" if disabled("dso");
 
 plan tests => 10;