abstract out --no-afslog and --no-unlog

This commit is contained in:
Love Hornquist Astrand
2010-06-01 14:42:16 -07:00
parent d94ba7a5de
commit 86da42df1d
18 changed files with 40 additions and 32 deletions

View File

@@ -45,7 +45,7 @@ port=@port@
server=host/datan.test.h5l.se
cache="FILE:${objdir}/cache.krb5"
kinit="${TESTS_ENVIRONMENT} ../../kuser/kinit -c $cache --no-afslog"
kinit="${TESTS_ENVIRONMENT} ../../kuser/kinit -c $cache ${afs_no_afslog}"
kgetcred="${TESTS_ENVIRONMENT} ../../kuser/kgetcred -c $cache"
kadmin="${TESTS_ENVIRONMENT} ../../kadmin/kadmin -l -r $R"
kdc="${TESTS_ENVIRONMENT} ../../kdc/kdc --addresses=localhost -P $port"