From: Glenn Morris Date: Sat, 23 Oct 2010 19:51:14 +0000 (-0700) Subject: * test/comint-testsuite.el X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~45^2~509 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=41f592d1b53b2667a9bdf3fc6ce13849eea36b34;p=emacs.git * test/comint-testsuite.el (comint-testsuite--test-comint-password-prompt-regexp): Add "Please enter the password". (Bug#7224) --- diff --git a/test/ChangeLog b/test/ChangeLog index feae114f862..3808012c298 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,9 @@ +2010-10-23 Glenn Morris + + * comint-testsuite.el + (comint-testsuite--test-comint-password-prompt-regexp): Add + "Please enter the password". (Bug#7224) + 2010-09-20 Stefan Monnier * indent/prolog.prolog: Use normal spacing around !. diff --git a/test/comint-testsuite.el b/test/comint-testsuite.el index 35b946cf3da..9a4e7eae3b7 100644 --- a/test/comint-testsuite.el +++ b/test/comint-testsuite.el @@ -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 GNU.ORG: " ; ksu "Enter passphrase: " ; ssh-add "Enter passphrase (empty for no passphrase): " ; ssh-keygen