From: Randall S. Becker Date: Tue, 29 Sep 2020 20:21:38 +0000 (-0500) Subject: Disabled symbol_presence test on NonStop due to different nm format. X-Git-Tag: openssl-3.0.0-alpha7~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a96722219ed431656b0f15a9a3d2c26676b6616e;p=thirdparty%2Fopenssl.git Disabled symbol_presence test on NonStop due to different nm format. CLA: trivial Fixes #12996 Signed-off-by: Randall S. Becker Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/13036) --- diff --git a/test/recipes/01-test_symbol_presence.t b/test/recipes/01-test_symbol_presence.t index d339770b0fa..81f9d59e0ef 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");