readline seems strange, try diffrent way to setup the database.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21164 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-19 00:04:43 +00:00
parent 53a57a54c6
commit 4f718f1c66

View File

@@ -66,7 +66,9 @@ rm -f out-*
rm -f mkey.file*
echo "Load database for ${tst}"
${kadmin} < ${srcdir}/${tst}.kadm || exit 1
while read x ; do
${kadmin} $x || exit 1
done < ${srcdir}/${tst}.kadm || exit 1
echo "Doing database check"
${kadmin} check ${R} || exit 1