From 41f592d1b53b2667a9bdf3fc6ce13849eea36b34 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 23 Oct 2010 12:51:14 -0700 Subject: [PATCH] * test/comint-testsuite.el (comint-testsuite--test-comint-password-prompt-regexp): Add "Please enter the password". (Bug#7224) --- test/ChangeLog | 6 ++++++ test/comint-testsuite.el | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) 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 + + * 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 --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 GNU.ORG: " ; ksu "Enter passphrase: " ; ssh-add "Enter passphrase (empty for no passphrase): " ; ssh-keygen -- 2.39.5