summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/openpgp-certs/testselfsigs2
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