From 6fae0fe78ea99237c77379b8731c51d56fc6a69e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 26 Jun 2007 05:22:49 +0000 Subject: [PATCH] Spelling. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21322 ec53bebd-3082-4978-b11e-865c3cabbd6b --- tests/kdc/check-referral.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/kdc/check-referral.in b/tests/kdc/check-referral.in index 642790b8d..732c83dfa 100644 --- a/tests/kdc/check-referral.in +++ b/tests/kdc/check-referral.in @@ -115,7 +115,7 @@ echo "Test AS-REQ" echo "Getting client (no canon)"; > messages.log ${kinit} --password-file=${objdir}/foopassword foo@${R} || \ { ec=1 ; eval "${testfailed}"; } -echo "checking that we go back right principal" +echo "checking that we got back right principal" ${klist} | grep "Principal: foo@${R}" > /dev/null || \ { ec=1 ; eval "${testfailed}"; } ${kdestroy} @@ -124,7 +124,7 @@ echo "Getting client client tickets (default realm, enterprisename)"; > messages ${kinit} --canonicalize \ --password-file=${objdir}/foopassword foo@${R} || \ { ec=1 ; eval "${testfailed}"; } -echo "checking that we go back right principal" +echo "checking that we got back right principal" ${klist} | grep "Principal: foo@${R}" > /dev/null || \ { ec=1 ; eval "${testfailed}"; } ${kdestroy} @@ -133,7 +133,7 @@ echo "Getting client alias1 tickets"; > messages.log ${kinit} --canonicalize \ --password-file=${objdir}/foopassword foo@${R} || \ { ec=1 ; eval "${testfailed}"; } -echo "checking that we go back right principal" +echo "checking that we got back right principal" ${klist} | grep "Principal: foo@${R}" > /dev/null || \ { ec=1 ; eval "${testfailed}"; } ${kdestroy} @@ -143,7 +143,7 @@ echo "Getting client alias2 tickets"; > messages.log ${kinit} --canonicalize \ --password-file=${objdir}/foopassword alias2@${R}@${R} || \ { ec=1 ; eval "${testfailed}"; } -echo "checking that we go back right principal" +echo "checking that we got back right principal" ${klist} | grep "Principal: foo@${R}" > /dev/null || \ { ec=1 ; eval "${testfailed}"; } ${kdestroy} @@ -172,7 +172,7 @@ echo "Test TGS-REQ" #${kgetcred} --server ${service}@${R} || # { ec=1 ; eval "${testfailed}"; } #${klist} -#echo "checking that we go back right principal" +#echo "checking that we got back right principal" #${klist} | grep "${service}@${R2}" > /dev/null || \ # { ec=1 ; eval "${testfailed}"; } #${kdestroy} @@ -184,7 +184,7 @@ echo "Test TGS-REQ" #${kgetcred} --server ${service}@${R2} || # { ec=1 ; eval "${testfailed}"; } #${klist} -#echo "checking that we go back right principal" +#echo "checking that we got back right principal" #${klist} | grep "${service}@${R2}" > /dev/null || \ # { ec=1 ; eval "${testfailed}"; } #${kdestroy}