summaryrefslogtreecommitdiff
path: root/testprogs/blackbox
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-03-27 11:48:05 +1100
committerAndrew Bartlett <abartlet@samba.org>2010-03-27 11:53:49 +1100
commit679854384252e698b8f8c09d31eb15ed043c919b (patch)
treec5fa1fb4fb29cbe30147740eb5ad1f46178e9954 /testprogs/blackbox
parent564d5cd2c48b9d9debccf03433cfee282040e2da (diff)
downloadsamba-679854384252e698b8f8c09d31eb15ed043c919b.tar.gz
samba-679854384252e698b8f8c09d31eb15ed043c919b.tar.bz2
samba-679854384252e698b8f8c09d31eb15ed043c919b.zip
s4:testprogs Fix kinit test for updated Heimdal
Diffstat (limited to 'testprogs/blackbox')
-rwxr-xr-xtestprogs/blackbox/test_kinit.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/testprogs/blackbox/test_kinit.sh b/testprogs/blackbox/test_kinit.sh
index 034b85057d..f7453c80aa 100755
--- a/testprogs/blackbox/test_kinit.sh
+++ b/testprogs/blackbox/test_kinit.sh
@@ -111,7 +111,7 @@ expect Password
password ${USERPASS}\n
expect New password
send ${NEWUSERPASS}\n
-expect New password
+expect Verify password
send ${NEWUSERPASS}\n
expect Success
EOF
@@ -128,7 +128,7 @@ test_smbclient "Test login with user kerberos ccache" 'ls' -k yes || failed=`exp
cat > ./tmpkpasswdscript <<EOF
expect New password
send ${NEWUSERPASS}\n
-expect New password
+expect Verify password
send ${NEWUSERPASS}\n
expect Success
EOF