From cf7ba53bddc6cd15a60d46402380c338699feb35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 7 Jun 2007 21:25:11 +0000 Subject: [PATCH] Pick up the right generated krb5.conf (spelling). git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20989 ec53bebd-3082-4978-b11e-865c3cabbd6b --- tests/can/test_can.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/can/test_can.in b/tests/can/test_can.in index f96646046..2a7aff949 100644 --- a/tests/can/test_can.in +++ b/tests/can/test_can.in @@ -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