From c9890e979e56c291e0b94e89a2b245efee271411 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 2 Oct 2007 20:07:50 +0000 Subject: [PATCH] Sleep some before checking that the slave got the update. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21944 ec53bebd-3082-4978-b11e-865c3cabbd6b --- tests/kdc/check-iprop.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/kdc/check-iprop.in b/tests/kdc/check-iprop.in index 06a81a872..448824653 100644 --- a/tests/kdc/check-iprop.in +++ b/tests/kdc/check-iprop.in @@ -42,7 +42,7 @@ EGREP="@EGREP@" ../db/have-db || exit 77 # Dont run this test in AFS, since it lacks support for AF_UNIX -expr "X`/bin/pwd || pwd`" : "X/afs/.*" > /dev/null && exit 77 +expr "X`/bin/pwd || pwd`" : "X/afs/.*" > /dev/null 2>/dev/null && exit 77 R=TEST.H5L.SE @@ -135,6 +135,7 @@ ${kadmin} -l get host/bar@${R} > /dev/null || exit 1 echo "Delete host" ${kadmin} -l delete host/bar@${R} || exit 1 +sleep 2 KRB5_CONFIG="${objdir}/krb5-slave.conf" \ ${kadmin} -l get host/bar@${R} > /dev/null 2>/dev/null && exit 1