Re-enable testing of ciphersuites
[openssl.git] / test / recipes / 01-test_symbol_presence.t
index 31007e6a4d3039ede2a72c9532b834e6d112f719..9df57de421e81187a49889e1a5890675c8da25ee 100644 (file)
@@ -1,8 +1,8 @@
 #! /usr/bin/env perl
 # -*- mode: Perl -*-
-# Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2016-2020 The OpenSSL Project Authors. All Rights Reserved.
 #
-# Licensed under the OpenSSL license (the "License").  You may not use
+# Licensed under the Apache License 2.0 (the "License").  You may not use
 # this file except in compliance with the License.  You can obtain a copy
 # in the file LICENSE in the source distribution or at
 # https://www.openssl.org/source/license.html
@@ -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");