diff options
Diffstat (limited to 'test/comint-testsuite.el')
| -rw-r--r-- | test/comint-testsuite.el | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ | |||
| 34 | (interactive) | 34 | (interactive) |
| 35 | (let ((password-strings | 35 | (let ((password-strings |
| 36 | '("foo@example.net's password: " ;ssh | 36 | '("foo@example.net's password: " ;ssh |
| 37 | "Password for foo@example.org: " ; knit | 37 | "Password for foo@example.org: " ; kinit |
| 38 | "Please enter the password for foo@example.org: " ; kinit | ||
| 38 | "Kerberos password for devnull/root <at> GNU.ORG: " ; ksu | 39 | "Kerberos password for devnull/root <at> GNU.ORG: " ; ksu |
| 39 | "Enter passphrase: " ; ssh-add | 40 | "Enter passphrase: " ; ssh-add |
| 40 | "Enter passphrase (empty for no passphrase): " ; ssh-keygen | 41 | "Enter passphrase (empty for no passphrase): " ; ssh-keygen |