diff options
author | Randall S. Becker <rsbecker@nexbridge.com> | 2021-01-28 19:05:02 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2021-02-08 16:44:36 +0100 |
commit | 3f71add9e57fb48cb5efdc765860daf754db40e9 (patch) | |
tree | b8c430a78ba8b26999006820708e96335d83f0f3 /test/recipes/90-test_fipsload.t | |
parent | mknum.pl: Exclude duplicate entries and include source file name in diagnostics (diff) | |
download | openssl-3f71add9e57fb48cb5efdc765860daf754db40e9.tar.xz openssl-3f71add9e57fb48cb5efdc765860daf754db40e9.zip |
Enable fipsload test on NonStop x86.
CLA: Trivial
Fixes: #14005
Signed-off-by: Randall S. Becker <rsbecker@nexbridge.com>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14006)
Diffstat (limited to '')
-rw-r--r-- | test/recipes/90-test_fipsload.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/90-test_fipsload.t b/test/recipes/90-test_fipsload.t index c4f713385d..0e08837ad2 100644 --- a/test/recipes/90-test_fipsload.t +++ b/test/recipes/90-test_fipsload.t @@ -18,7 +18,7 @@ use platform; plan skip_all => 'Test only supported in a shared build' if disabled('shared'); plan skip_all => 'Test is disabled on AIX' if config('target') =~ m|^aix|; -plan skip_all => 'Test is disabled on NonStop' if config('target') =~ m|^nonstop|; +plan skip_all => 'Test is disabled on NonStop ia64' if config('target') =~ m|^nonstop-nse|; plan skip_all => 'Test only supported in a dso build' if disabled('dso'); plan skip_all => 'Test is disabled in an address sanitizer build' unless disabled('asan'); |