# HG changeset patch # User Glenn Morris # Date 1287863474 25200 # Node ID baf0b339ec215dc377374cbda55144d47d559d1d # Parent 2966f24ea5e6d495a96eb53492bcd7b67e93f31f * test/comint-testsuite.el (comint-testsuite--test-comint-password-prompt-regexp): Add "Please enter the password". (Bug#7224) diff -r 2966f24ea5e6 -r baf0b339ec21 test/ChangeLog --- a/test/ChangeLog Sat Oct 23 19:33:03 2010 +0200 +++ b/test/ChangeLog Sat Oct 23 12:51:14 2010 -0700 @@ -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 -r 2966f24ea5e6 -r baf0b339ec21 test/comint-testsuite.el --- a/test/comint-testsuite.el Sat Oct 23 19:33:03 2010 +0200 +++ b/test/comint-testsuite.el Sat Oct 23 12:51:14 2010 -0700 @@ -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