aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2010-10-23 12:51:14 -0700
committerGlenn Morris2010-10-23 12:51:14 -0700
commit41f592d1b53b2667a9bdf3fc6ce13849eea36b34 (patch)
tree0dd8d025421e4b807e88329f2d8a4e3c1458a7ee
parent914f049beab5cf3812c7d6a889db988c7a0a72c6 (diff)
downloademacs-41f592d1b53b2667a9bdf3fc6ce13849eea36b34.tar.gz
emacs-41f592d1b53b2667a9bdf3fc6ce13849eea36b34.zip
* test/comint-testsuite.el
(comint-testsuite--test-comint-password-prompt-regexp): Add "Please enter the password". (Bug#7224)
-rw-r--r--test/ChangeLog6
-rw-r--r--test/comint-testsuite.el3
2 files changed, 8 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index feae114f862..3808012c298 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,9 @@
12010-10-23 Glenn Morris <rgm@gnu.org>
2
3 * comint-testsuite.el
4 (comint-testsuite--test-comint-password-prompt-regexp): Add
5 "Please enter the password". (Bug#7224)
6
12010-09-20 Stefan Monnier <monnier@iro.umontreal.ca> 72010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2 8
3 * indent/prolog.prolog: Use normal spacing around !. 9 * 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 @@
34 (interactive) 34 (interactive)
35 (let ((password-strings 35 (let ((password-strings
36 '("foo@example.net's password: " ;ssh 36 '("foo@example.net's password: " ;ssh
37 "Password for foo@example.org: " ; knit 37 "Password for foo@example.org: " ; kinit
38 "Please enter the password for foo@example.org: " ; kinit
38 "Kerberos password for devnull/root <at> GNU.ORG: " ; ksu 39 "Kerberos password for devnull/root <at> GNU.ORG: " ; ksu
39 "Enter passphrase: " ; ssh-add 40 "Enter passphrase: " ; ssh-add
40 "Enter passphrase (empty for no passphrase): " ; ssh-keygen 41 "Enter passphrase (empty for no passphrase): " ; ssh-keygen