Remove an extra line that uses "klist". The command was replaced with

"heimtools klist".
This commit is contained in:
YASUOKA Masahiko
2018-10-06 13:42:01 +09:00
committed by Nico Williams
parent 7ad6c01a8d
commit 4279b467cb

View File

@@ -54,7 +54,6 @@ cache="FILE:krb5ccfile"
kinit="${TESTS_ENVIRONMENT} ../../kuser/kinit -c $cache ${afs_no_afslog}"
klist="${TESTS_ENVIRONMENT} ../../kuser/heimtools klist -c $cache"
klist="${TESTS_ENVIRONMENT} ../../kuser/klist -c $cache"
kgetcred="${TESTS_ENVIRONMENT} ../../kuser/kgetcred -c $cache"
kadmin="${TESTS_ENVIRONMENT} ../../kadmin/kadmin -l -r $R"
kdc="${TESTS_ENVIRONMENT} ../../kdc/kdc --addresses=localhost -P $port"