more up ${env_setup}

This commit is contained in:
Love Hornquist Astrand
2009-12-17 10:05:10 +01:00
parent 50b48daa9b
commit 2c70285d3d

View File

@@ -35,13 +35,13 @@ top_builddir="@top_builddir@"
env_setup="@env_setup@" env_setup="@env_setup@"
objdir="@objdir@" objdir="@objdir@"
. ${env_setup}
KRB5_CONFIG="${1-${objdir}/krb5.conf}" KRB5_CONFIG="${1-${objdir}/krb5.conf}"
export KRB5_CONFIG export KRB5_CONFIG
testfailed="echo test failed; cat messages.log; exit 1" testfailed="echo test failed; cat messages.log; exit 1"
. ${env_setup}
# If there is no useful db support compile in, disable test # If there is no useful db support compile in, disable test
${have_db} || exit 77 ${have_db} || exit 77