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

@@ -43,6 +43,14 @@ have_db="${top_builddir}/tests/db/have-db"
leaks_kill="${top_srcdir}/tests/kdc/leaks-kill.sh"
wait_kdc="${top_srcdir}/tests/kdc/wait-kdc.sh"
if [ ! "${NO_AFS}" ] ; then
afs_no_unlog="--no-unlog"
afs_no_afslog="--no-afslog"
else
afs_no_unlog=""
afs_no_afslog=""
fi
# data
hx509_data="${top_srcdir}/lib/hx509/data"