summaryrefslogtreecommitdiff
path: root/tests/cert-tests/pkcs12-utf8
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cert-tests/pkcs12-utf8')
-rwxr-xr-xtests/cert-tests/pkcs12-utf85
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/cert-tests/pkcs12-utf8 b/tests/cert-tests/pkcs12-utf8
index 58d7767925..1d70e95656 100755
--- a/tests/cert-tests/pkcs12-utf8
+++ b/tests/cert-tests/pkcs12-utf8
@@ -26,6 +26,11 @@
srcdir="${srcdir:-.}"
CERTTOOL="${CERTTOOL:-../../src/certtool${EXEEXT}}"
+
+if ! test -x "${CERTTOOL}"; then
+ exit 77
+fi
+
if ! test -z "${VALGRIND}"; then
VALGRIND="${LIBTOOL:-libtool} --mode=execute ${VALGRIND} --error-exitcode=1"
fi