summaryrefslogtreecommitdiff
path: root/tests/suite/crl-test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/suite/crl-test')
-rwxr-xr-xtests/suite/crl-test6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/suite/crl-test b/tests/suite/crl-test
index a2b544c2a0..85c40e50fb 100755
--- a/tests/suite/crl-test
+++ b/tests/suite/crl-test
@@ -23,9 +23,15 @@
srcdir="${srcdir:-.}"
DIFF="${DIFF:-diff}"
CERTTOOL="${CERTTOOL:-../../src/certtool${EXEEXT}}"
+
+if ! test -x "${CERTTOOL}"; then
+ exit 77
+fi
+
if ! test -z "${VALGRIND}"; then
VALGRIND="${LIBTOOL:-libtool} --mode=execute ${VALGRIND}"
fi
+
TMPFILE=long.$$.pem.tmp
rm -f $TMPFILE