Do not depend on the exact exit failure value of dgst app
authorTomas Mraz <tomas@openssl.org>
Thu, 10 Jun 2021 07:58:43 +0000 (09:58 +0200)
committerPauli <pauli@openssl.org>
Fri, 11 Jun 2021 10:09:30 +0000 (20:09 +1000)
commit67eacb60a8a46b610b98533c7e8ae5bd199e49d7
tree59c9d6291a0e554a1c51a70395a66ce1c241e516
parentc24b3f2eda0235d04865bf258759d46d8a01608d
Do not depend on the exact exit failure value of dgst app

On most platforms the EXIT_FAILURE is 1 but on NonStop platform
the EXIT_FAILURE is -1 truncated to 255.

Fixes #15633

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15694)
test/recipes/15-test_rsapss.t