migrate to ${env_setup}

This commit is contained in:
Love Hornquist Astrand
2009-09-07 13:15:07 -07:00
parent 6ef0e4204d
commit b86cff8ddf

View File

@@ -50,17 +50,17 @@ R2=TEST2.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"
server=afs/test.h5l.se
server2=host/server.test.h5l.se
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"
export KRB5_CONFIG