migrate to ${env_setup}

This commit is contained in:
Love Hornquist Astrand
2009-09-07 15:40:14 -07:00
parent c3a3efe89f
commit 6377aab76f

View File

@@ -52,15 +52,15 @@ service=ldap/host.sub.test.h5l.se
port=@port@
kadmin="${TESTS_ENVIRONMENT} ../../kadmin/kadmin -l -r $R"
kdc="${TESTS_ENVIRONMENT} ../../kdc/kdc --addresses=localhost -P $port"
kadmin="${kadmin} -l -r $R"
kdc="${kdc} --addresses=localhost -P $port"
cache="FILE:${objdir}/cache.krb5"
kinit="${TESTS_ENVIRONMENT} ../../kuser/kinit -c $cache --no-afslog"
klist="${TESTS_ENVIRONMENT} ../../kuser/klist -c $cache"
kgetcred="${TESTS_ENVIRONMENT} ../../kuser/kgetcred -c $cache"
kdestroy="${TESTS_ENVIRONMENT} ../../kuser/kdestroy -c $cache --no-unlog"
kinit="${kinit} -c $cache --no-afslog"
klist="${klist} -c $cache"
kgetcred="${kgetcred} -c $cache"
kdestroy="${kdestroy} -c $cache --no-unlog"
KRB5_CONFIG="${objdir}/krb5.conf"