From c6b2251770db3a18de3ff76023b0583d37eb57a1 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Thu, 30 Sep 2010 22:39:45 +0200 Subject: Avoid bashism. Reported by m.drochner@fz-juelich.de in . --- tests/openpgp-certs/testselfsigs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 -- cgit v1.2.1