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)
This commit is contained in:
Randall S. Becker 2021-01-28 11:05:02 -07:00 committed by Richard Levitte
parent 50ccc176da
commit 3f71add9e5

View File

@ -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');