Disable test if we use socket wrapper.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21599 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-07-17 05:19:21 +00:00
parent 86306d011d
commit 98076e183a

View File

@@ -38,9 +38,10 @@ srcdir="@srcdir@"
objdir="@objdir@"
port="@port@"
# If there is no useful db support compile in, disable test
# Disable test if: no data, no java, or socket wrapper
../db/have-db || exit 77
sh ${srcdir}/have-java.sh || exit 77
[ X"$SOCKET_WRAPPER_DIR" != X ] && exit 77
R=TEST.H5L.SE