migrate to ${env_setup}
This commit is contained in:
@@ -50,17 +50,17 @@ R2=TEST2.H5L.SE
|
|||||||
|
|
||||||
port=@port@
|
port=@port@
|
||||||
|
|
||||||
kadmin="${TESTS_ENVIRONMENT} ../../kadmin/kadmin -l -r $R"
|
kadmin="${kadmin} -l -r $R"
|
||||||
kdc="${TESTS_ENVIRONMENT} ../../kdc/kdc --addresses=localhost -P $port"
|
kdc="${kdc} --addresses=localhost -P $port"
|
||||||
|
|
||||||
server=afs/test.h5l.se
|
server=afs/test.h5l.se
|
||||||
server2=host/server.test.h5l.se
|
server2=host/server.test.h5l.se
|
||||||
cache="FILE:${objdir}/cache.krb5"
|
cache="FILE:${objdir}/cache.krb5"
|
||||||
|
|
||||||
kinit="${TESTS_ENVIRONMENT} ../../kuser/kinit -c $cache --no-afslog"
|
kinit="${kinit} -c $cache --no-afslog"
|
||||||
klist="${TESTS_ENVIRONMENT} ../../kuser/klist -c $cache"
|
klist="${klist} -c $cache"
|
||||||
kgetcred="${TESTS_ENVIRONMENT} ../../kuser/kgetcred -c $cache"
|
kgetcred="${kgetcred} -c $cache"
|
||||||
kdestroy="${TESTS_ENVIRONMENT} ../../kuser/kdestroy -c $cache --no-unlog"
|
kdestroy="${kdestroy} -c $cache --no-unlog"
|
||||||
|
|
||||||
KRB5_CONFIG="${objdir}/krb5.conf"
|
KRB5_CONFIG="${objdir}/krb5.conf"
|
||||||
export KRB5_CONFIG
|
export KRB5_CONFIG
|
||||||
|
Reference in New Issue
Block a user