Mercurial > emacs
changeset 111118:baf0b339ec21
* test/comint-testsuite.el
(comint-testsuite--test-comint-password-prompt-regexp):
Add "Please enter the password". (Bug#7224)
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 23 Oct 2010 12:51:14 -0700 |
parents | 2966f24ea5e6 |
children | 80b566568995 |
files | test/ChangeLog test/comint-testsuite.el |
diffstat | 2 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/test/ChangeLog Sat Oct 23 19:33:03 2010 +0200 +++ b/test/ChangeLog Sat Oct 23 12:51:14 2010 -0700 @@ -1,3 +1,9 @@ +2010-10-23 Glenn Morris <rgm@gnu.org> + + * comint-testsuite.el + (comint-testsuite--test-comint-password-prompt-regexp): Add + "Please enter the password". (Bug#7224) + 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca> * indent/prolog.prolog: Use normal spacing around !.
--- a/test/comint-testsuite.el Sat Oct 23 19:33:03 2010 +0200 +++ b/test/comint-testsuite.el Sat Oct 23 12:51:14 2010 -0700 @@ -34,7 +34,8 @@ (interactive) (let ((password-strings '("foo@example.net's password: " ;ssh - "Password for foo@example.org: " ; knit + "Password for foo@example.org: " ; kinit + "Please enter the password for foo@example.org: " ; kinit "Kerberos password for devnull/root <at> GNU.ORG: " ; ksu "Enter passphrase: " ; ssh-add "Enter passphrase (empty for no passphrase): " ; ssh-keygen