From 09e758015546ec35c77992d0b3737a4d69abff66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 9 Aug 2007 07:18:44 +0000 Subject: [PATCH] Don't run this test in AFS since AFS is missing unix sockets. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21883 ec53bebd-3082-4978-b11e-865c3cabbd6b --- tests/kdc/check-iprop.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/kdc/check-iprop.in b/tests/kdc/check-iprop.in index a4fe9a99f..3e1980f6b 100644 --- a/tests/kdc/check-iprop.in +++ b/tests/kdc/check-iprop.in @@ -41,6 +41,9 @@ EGREP="@EGREP@" # If there is no useful db support compile in, disable test ../db/have-db || exit 77 +# Dont run this test in AFS, since it lacks support for AF_UNIX +expr "X`pwd`" : "X/afs/.*" > /dev/null && exit 77 + R=TEST.H5L.SE port=@port@