From fe6921c7688c5aeec0a2d1d759de4a3b97d85244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 30 Nov 2005 12:22:38 +0000 Subject: [PATCH] Specifify explicitly that the database is in the current directory. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16319 ec53bebd-3082-4978-b11e-865c3cabbd6b --- tests/db/loaddump-db.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/db/loaddump-db.in b/tests/db/loaddump-db.in index 8c9cc5ea6..e6c9cd852 100644 --- a/tests/db/loaddump-db.in +++ b/tests/db/loaddump-db.in @@ -44,8 +44,8 @@ kstash="../../kdc/kstash" hprop="../../kdc/hprop" hpropd="../../kdc/hpropd" -propdb="${hprop} --database=current-db -n" -propddb="${hpropd} --database=current-db -n" +propdb="${hprop} --database=./current-db -n" +propddb="${hpropd} --database=./current-db -n" KRB5_CONFIG="${objdir}/krb5.conf"