summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2010-10-23 12:51:14 -0700
committerGlenn Morris <rgm@gnu.org>2010-10-23 12:51:14 -0700
commit41f592d1b53b2667a9bdf3fc6ce13849eea36b34 (patch)
tree0dd8d025421e4b807e88329f2d8a4e3c1458a7ee /test
parent914f049beab5cf3812c7d6a889db988c7a0a72c6 (diff)
downloademacs-41f592d1b53b2667a9bdf3fc6ce13849eea36b34.tar.gz
* test/comint-testsuite.el
(comint-testsuite--test-comint-password-prompt-regexp): Add "Please enter the password". (Bug#7224)
Diffstat (limited to 'test')
-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 @@
+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 !.
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 <at> GNU.ORG: " ; ksu
"Enter passphrase: " ; ssh-add
"Enter passphrase (empty for no passphrase): " ; ssh-keygen