Pick up the right generated krb5.conf (spelling).

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20989 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-07 21:25:11 +00:00
parent 61cdb8dc19
commit cf7ba53bdd

View File

@@ -58,8 +58,8 @@ port=@port@
kadmin="${TESTS_ENVIRONMENT} ../../kadmin/kadmin -l -r $R"
replay="${TESTS_ENVIRONMENT} ../../kdc/kdc-replay"
if [ -f ${srcdir}/{tst}.conf ]; then
KRB5_CONFIG="${srcdir}/{tst}.conf"
if [ -f ${objdir}/${tst}.cf ]; then
KRB5_CONFIG="${objdir}/${tst}.cf"
else
KRB5_CONFIG="${objdir}/krb5.conf"
fi