If there is no useful db support compile in, disable test

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18581 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-19 06:55:00 +00:00
parent 6a1a2aef6d
commit b686ea9d09
3 changed files with 9 additions and 0 deletions

View File

@@ -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
kadmin="${TESTS_ENVIRONMENT} ../../kadmin/kadmin -l -r $R"

View File

@@ -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
kadmin="../../kadmin/kadmin -l -r $R"