NonStop port updates for 3.0.0.
[openssl.git] / test / recipes / 01-test_symbol_presence.t
index d339770b0fabd6b46e5548686fb5fdf847862e4d..f22133d9d2d8e999b9deddcd45109fe61cfc1efa 100644 (file)
@@ -17,6 +17,8 @@ setup("test_symbol_presence");
 plan skip_all => "Only useful when building shared libraries"
     if disabled("shared");
 
+plan skip_all => "Test is disabled on NonStop" if config('target') =~ m|^nonstop|;
+
 my @libnames = ("crypto", "ssl");
 my $testcount = scalar @libnames;