From 2c70285d3d5d48f1dad76e7e2cc2df44afe18a9a Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Thu, 17 Dec 2009 10:05:10 +0100 Subject: [PATCH] more up ${env_setup} --- tests/kdc/check-kdc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/kdc/check-kdc.in b/tests/kdc/check-kdc.in index 0bb2d8ab1..0e1f9d740 100644 --- a/tests/kdc/check-kdc.in +++ b/tests/kdc/check-kdc.in @@ -35,13 +35,13 @@ top_builddir="@top_builddir@" env_setup="@env_setup@" objdir="@objdir@" +. ${env_setup} + KRB5_CONFIG="${1-${objdir}/krb5.conf}" export KRB5_CONFIG testfailed="echo test failed; cat messages.log; exit 1" -. ${env_setup} - # If there is no useful db support compile in, disable test ${have_db} || exit 77