From eae0276720dfbc169d18a7dfae0fc44f85d00fb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 8 Aug 2007 06:57:28 +0000 Subject: [PATCH] move emptying of messages.log to same space as all other checks. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21850 ec53bebd-3082-4978-b11e-865c3cabbd6b --- tests/kdc/check-iprop.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/kdc/check-iprop.in b/tests/kdc/check-iprop.in index f561c4324..c4dc62c20 100644 --- a/tests/kdc/check-iprop.in +++ b/tests/kdc/check-iprop.in @@ -67,6 +67,8 @@ rm -f out-* rm -f mkey.file* rm -f messages.log +> messages.log + echo Creating database ${kadmin} -l \ init \ @@ -89,8 +91,6 @@ ipdm= kdcpid= > iprop-stats -> messages.log - trap "echo 'killing ipropd s + m + kdc'; kill \${ipdm} \${ipds} \${kdcpid}; tail -10 messages.log iprop-stats; exit 1;" EXIT echo Starting kdc