diff options
Diffstat (limited to 'tests/openpgp-certs/testselfsigs')
-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 c997f9ae31..2910b2984f 100755 --- a/tests/openpgp-certs/testselfsigs +++ b/tests/openpgp-certs/testselfsigs @@ -23,7 +23,7 @@ set -e srcdir="${srcdir:-.}" -CERTTOOL="${CERTTOOL:-../../src/certtool$EXEEXT}" +CERTTOOL="${CERTTOOL:-../../src/certtool${EXEEXT}}" unset RETCODE || true |