summaryrefslogtreecommitdiff
path: root/tests/cert-tests/provable-dh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cert-tests/provable-dh')
-rwxr-xr-xtests/cert-tests/provable-dh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/cert-tests/provable-dh b/tests/cert-tests/provable-dh
index 452a725314..0676c0f5f0 100755
--- a/tests/cert-tests/provable-dh
+++ b/tests/cert-tests/provable-dh
@@ -25,6 +25,10 @@ CERTTOOL="${CERTTOOL:-../../src/certtool${EXEEXT}}"
DIFF="${DIFF:-diff}"
OUTFILE=provable-dh$$.tmp
+if ! test -x "${CERTTOOL}"; then
+ exit 77
+fi
+
if ! test -z "${VALGRIND}"; then
VALGRIND="${LIBTOOL:-libtool} --mode=execute ${VALGRIND}"
fi