aboutsummaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2009-09-24 16:48:57 +0000
committerGreg Hudson <ghudson@mit.edu>2009-09-24 16:48:57 +0000
commit324ba91fc437b8e40ff82e710a724963051f8b5f (patch)
treea8e5a053f9b86510f0fab5bbac1f63935d1a946f /src/tests
parent98d32ede13a18c26eaf6667800f7c499ecbf4a20 (diff)
downloadkrb5-324ba91fc437b8e40ff82e710a724963051f8b5f.zip
krb5-324ba91fc437b8e40ff82e710a724963051f8b5f.tar.gz
krb5-324ba91fc437b8e40ff82e710a724963051f8b5f.tar.bz2
Update the kadmin client code to most current coding practices
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22785 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/dejagnu/krb-standalone/kadmin.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/dejagnu/krb-standalone/kadmin.exp b/src/tests/dejagnu/krb-standalone/kadmin.exp
index 3ec5103..1eac9e3 100644
--- a/src/tests/dejagnu/krb-standalone/kadmin.exp
+++ b/src/tests/dejagnu/krb-standalone/kadmin.exp
@@ -269,8 +269,8 @@ proc kadmin_cpw { pname password } {
send "adminpass$KEY\r"
}
- expect "Enter password for principal \"$pname\":" { send "$password\r" }
- expect "Re-enter password for principal \"$pname\":" { send "$password\r" }
+ expect "Enter password for principal \"$pname@$REALMNAME\":" { send "$password\r" }
+ expect "Re-enter password for principal \"$pname@$REALMNAME\":" { send "$password\r" }
# When in doubt, jam one of these in there.
expect "\r"
expect "Password for \"$pname@$REALMNAME\" changed."