1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s4:testprogs Fix kinit test for updated Heimdal

This commit is contained in:
Andrew Bartlett 2010-03-27 11:48:05 +11:00
parent 564d5cd2c4
commit 6798543842

View File

@ -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