From: Randall S. Becker Date: Thu, 28 Jan 2021 18:05:02 +0000 (-0700) Subject: Enable fipsload test on NonStop x86. X-Git-Tag: openssl-3.0.0-alpha12~103 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3f71add9e57fb48cb5efdc765860daf754db40e9;p=thirdparty%2Fopenssl.git Enable fipsload test on NonStop x86. CLA: Trivial Fixes: #14005 Signed-off-by: Randall S. Becker Reviewed-by: Shane Lontis Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/14006) --- diff --git a/test/recipes/90-test_fipsload.t b/test/recipes/90-test_fipsload.t index c4f713385d2..0e08837ad2c 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');