]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/comint-testsuite.el
authorGlenn Morris <rgm@gnu.org>
Sat, 23 Oct 2010 19:51:14 +0000 (12:51 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 23 Oct 2010 19:51:14 +0000 (12:51 -0700)
(comint-testsuite--test-comint-password-prompt-regexp):
Add "Please enter the password".  (Bug#7224)

test/ChangeLog
test/comint-testsuite.el

index feae114f8625bbc9f189216bccf9936344d9ce49..3808012c2985bc351ae6effadba7a2a2cac8ad68 100644 (file)
@@ -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 !.
index 35b946cf3da01261fe61057891e54d84b58da17d..9a4e7eae3b71faa38850621554a8e597b5c22cfa 100644 (file)
@@ -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