summaryrefslogtreecommitdiffstats
path: root/test/recipes/01-test_symbol_presence.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/recipes/01-test_symbol_presence.t')
-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");