summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRandall S. Becker <rsbecker@nexbridge.com>2021-01-28 11:05:02 -0700
committerRichard Levitte <levitte@openssl.org>2021-02-08 16:44:36 +0100
commit3f71add9e57fb48cb5efdc765860daf754db40e9 (patch)
treeb8c430a78ba8b26999006820708e96335d83f0f3 /test
parent50ccc176da8644be079eccc4523c261e34f7b293 (diff)
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 'test')
-rw-r--r--test/recipes/90-test_fipsload.t2
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');