diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/openpgp-certs/testselfsigs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openpgp-certs/testselfsigs b/tests/openpgp-certs/testselfsigs index 9e390e50f9..d20a99a1f8 100755 --- a/tests/openpgp-certs/testselfsigs +++ b/tests/openpgp-certs/testselfsigs @@ -25,7 +25,7 @@ set -e srcdir="${srcdir:-.}" CERTTOOL="${CERTTOOL:-../../src/certtool$EXEEXT}" -unset RETCODE +unset RETCODE || true fail() { echo "Failure: $1" >&2 |