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
This commit is contained in:
Love Hörnquist Åstrand
2007-10-02 20:07:50 +00:00
parent 8030564ca5
commit c9890e979e

View File

@@ -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