Lines Matching refs:tempfile
89 ${kadmin} get foo > tempfile || exit 1
91 ${EGREP} " *Principal: foo@EXAMPLE.ORG$" tempfile > /dev/null || exit 1
93 ${EGREP} " *Kvno: 1$" tempfile > /dev/null || exit 1
95 ${EGREP} " *Failed login count: 0$" tempfile > /dev/null || exit 1
97 ${EGREP} " *Modifier: kadmin/admin@EXAMPLE.ORG$" tempfile > /dev/null || exit 1
99 ${EGREP} " *Attributes: $" tempfile > /dev/null || exit 1
101 ${EGREP} " *Max renewable life: 1 week$" tempfile > /dev/null || exit 1
106 ${kadmin} get foo > tempfile || exit 1
107 ${EGREP} " *Max renewable life: 2 months$" tempfile > /dev/null || exit 1
111 ${kadmin} get host/datan.example.org > tempfile || exit 1
113 ${EGREP} " *Principal: host/datan.example.org@EXAMPLE.ORG$" tempfile > /dev/null || exit 1
115 ${EGREP} " *Kvno: 1$" tempfile > /dev/null || exit 1