summaryrefslogtreecommitdiff
path: root/tests/cert-tests/krb5-test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cert-tests/krb5-test')
-rwxr-xr-xtests/cert-tests/krb5-test4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/cert-tests/krb5-test b/tests/cert-tests/krb5-test
index 54ce215611..3ada1f9b4e 100755
--- a/tests/cert-tests/krb5-test
+++ b/tests/cert-tests/krb5-test
@@ -26,6 +26,10 @@ DIFF="${DIFF:-diff}"
OUTFILE=tmp-krb5name.pem
TMPLFILE=tmp-krb5name.tmpl
+if ! test -x "${CERTTOOL}"; then
+ exit 77
+fi
+
export TZ="UTC"
. ${srcdir}/../scripts/common.sh