summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRandall S. Becker <rsbecker@nexbridge.com>2020-09-29 15:21:38 -0500
committerPauli <paul.dale@oracle.com>2020-10-09 12:40:47 +1000
commita96722219ed431656b0f15a9a3d2c26676b6616e (patch)
treebadd3f77123a9fae0a4cd5752b9c70c37d3b2bda /test
parentd00bd4e452e846a610284fe2be3e9358153251e7 (diff)
Disabled symbol_presence test on NonStop due to different nm format.
CLA: trivial Fixes #12996 Signed-off-by: Randall S. Becker <rsbecker@nexbridge.com> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/13036)
Diffstat (limited to 'test')
-rw-r--r--test/recipes/01-test_symbol_presence.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/recipes/01-test_symbol_presence.t b/test/recipes/01-test_symbol_presence.t
index d339770b0f..81f9d59e0e 100644
--- a/test/recipes/01-test_symbol_presence.t
+++ b/test/recipes/01-test_symbol_presence.t
@@ -14,6 +14,7 @@ use OpenSSL::Test::Utils;
setup("test_symbol_presence");
+plan skip_all => "Test is disabled on NonStop" if config('target') =~ m|^nonstop|;
plan skip_all => "Only useful when building shared libraries"
if disabled("shared");