diff options
| author | Ezra Peisach <epeisach@mit.edu> | 1996-08-06 01:30:35 +0000 |
|---|---|---|
| committer | Ezra Peisach <epeisach@mit.edu> | 1996-08-06 01:30:35 +0000 |
| commit | 7a02ba7708e2b9860f34b52559101f67a43145b0 (patch) | |
| tree | c39425e8005f9771b9bd1d00fe694e1bcc1d32a8 /src | |
| parent | 7ad051dae27264c808049f3c265c1c03367491a2 (diff) | |
Update to new kdb5_util calling convention
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8910 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/tests/dejagnu/config/ChangeLog | 4 | ||||
| -rw-r--r-- | src/tests/dejagnu/config/default.exp | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/src/tests/dejagnu/config/ChangeLog b/src/tests/dejagnu/config/ChangeLog index 9489e3e13..390124962 100644 --- a/src/tests/dejagnu/config/ChangeLog +++ b/src/tests/dejagnu/config/ChangeLog @@ -1,3 +1,7 @@ +Mon Aug 5 21:16:48 1996 Ezra Peisach <epeisach@kangaroo.mit.edu> + + * default.exp: Update to new kdb5_util convention. + Mon Jul 29 11:19:20 1996 Ezra Peisach <epeisach@kangaroo.mit.edu> * default.exp: (kinit): Wait for eof from kinit before waiting for diff --git a/src/tests/dejagnu/config/default.exp b/src/tests/dejagnu/config/default.exp index dcf6c669f..b802b65f9 100644 --- a/src/tests/dejagnu/config/default.exp +++ b/src/tests/dejagnu/config/default.exp @@ -583,7 +583,7 @@ proc setup_kerberos_db { standalone } { return 0 } - spawn $KDB5_UTIL -r $REALMNAME -R create + spawn $KDB5_UTIL -r $REALMNAME create expect { "Enter KDC database master key:" { @@ -638,7 +638,7 @@ proc setup_kerberos_db { standalone } { } # Stash the master key in a file. - spawn $KDB5_UTIL -r $REALMNAME -R stash + spawn $KDB5_UTIL -r $REALMNAME stash expect { "Enter KDC database master key:" { verbose "kdb5_util stash started" |
