From 417308400fef9ad8a34858930022fcd8a7475efb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 19 Oct 2006 07:09:11 +0000 Subject: [PATCH] If there is no useful db support compile in, disable test git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18582 ec53bebd-3082-4978-b11e-865c3cabbd6b --- tests/gss/check-context.in | 3 +++ tests/gss/check-gssmask.in | 3 +++ tests/kdc/check-digest.in | 3 +++ 3 files changed, 9 insertions(+) diff --git a/tests/gss/check-context.in b/tests/gss/check-context.in index 5530bf073..24dc149b2 100644 --- a/tests/gss/check-context.in +++ b/tests/gss/check-context.in @@ -37,6 +37,9 @@ srcdir="@srcdir@" objdir="@objdir@" +# If there is no useful db support compile in, disable test +./have-db || exit 77 + R=EXAMPLE.ORG port=8888 diff --git a/tests/gss/check-gssmask.in b/tests/gss/check-gssmask.in index c2f01c928..27fc4e3f1 100644 --- a/tests/gss/check-gssmask.in +++ b/tests/gss/check-gssmask.in @@ -37,6 +37,9 @@ srcdir="@srcdir@" objdir="@objdir@" +# If there is no useful db support compile in, disable test +./have-db || exit 77 + R=EXAMPLE.ORG port=8888 diff --git a/tests/kdc/check-digest.in b/tests/kdc/check-digest.in index 5e7027ed8..961186591 100644 --- a/tests/kdc/check-digest.in +++ b/tests/kdc/check-digest.in @@ -37,6 +37,9 @@ srcdir="@srcdir@" objdir="@objdir@" +# If there is no useful db support compile in, disable test +./have-db || exit 77 + R=EXAMPLE.ORG port=8888