emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102055: * test/comint-testsuite.el


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102055: * test/comint-testsuite.el
Date: Sat, 23 Oct 2010 12:51:14 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102055
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2010-10-23 12:51:14 -0700
message:
  * test/comint-testsuite.el
  (comint-testsuite--test-comint-password-prompt-regexp):
  Add "Please enter the password".  (Bug#7224)
modified:
  test/ChangeLog
  test/comint-testsuite.el
=== modified file 'test/ChangeLog'
--- a/test/ChangeLog    2010-09-20 14:57:01 +0000
+++ b/test/ChangeLog    2010-10-23 19:51:14 +0000
@@ -1,3 +1,9 @@
+2010-10-23  Glenn Morris  <address@hidden>
+
+       * comint-testsuite.el
+       (comint-testsuite--test-comint-password-prompt-regexp): Add
+       "Please enter the password".  (Bug#7224)
+
 2010-09-20  Stefan Monnier  <address@hidden>
 
        * indent/prolog.prolog: Use normal spacing around !.

=== modified file 'test/comint-testsuite.el'
--- a/test/comint-testsuite.el  2010-06-11 14:39:54 +0000
+++ b/test/comint-testsuite.el  2010-10-23 19:51:14 +0000
@@ -34,7 +34,8 @@
   (interactive)
   (let ((password-strings
         '("address@hidden's password: " ;ssh
-          "Password for address@hidden: " ; knit
+          "Password for address@hidden: " ; kinit
+          "Please enter the password for address@hidden: "   ; kinit
           "Kerberos password for devnull/root <at> GNU.ORG: " ; ksu
           "Enter passphrase: " ; ssh-add
           "Enter passphrase (empty for no passphrase): " ; ssh-keygen


reply via email to

[Prev in Thread] Current Thread [Next in Thread]