Enable fipsload test on NonStop x86.
authorRandall S. Becker <rsbecker@nexbridge.com>
Thu, 28 Jan 2021 18:05:02 +0000 (11:05 -0700)
committerRichard Levitte <levitte@openssl.org>
Mon, 8 Feb 2021 15:44:36 +0000 (16:44 +0100)
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)

test/recipes/90-test_fipsload.t

index c4f713385d2f77d9ba7a52315f47a371751a8e54..0e08837ad2cc3cac8298b9091a0f1c037c1a135c 100644 (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');