From 322cbb71bfdeb790012f4e95d65bf919d85d8b26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 9 Jun 2007 14:49:35 +0000 Subject: [PATCH] Check is there is a working db backend here. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21033 ec53bebd-3082-4978-b11e-865c3cabbd6b --- tests/can/check-can.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/can/check-can.in b/tests/can/check-can.in index 67847b564..c687bce5e 100644 --- a/tests/can/check-can.in +++ b/tests/can/check-can.in @@ -37,6 +37,9 @@ srcdir="@srcdir@" objdir="@objdir@" +# If there is no useful db support compile in, disable test +../db/have-db || exit 77 + ./test_can TEST.H5L.SE heim-0.8 || exit 1 ./test_can TEST.H5L.SE apple-10.4 || exit 1 ./test_can HEIMDAL.CITI.UMICH.EDU mit-pkinit-20070607 || exit 1