diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/comint-tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lisp/comint-tests.el b/test/lisp/comint-tests.el index 068fec89951..213a5c7c9e4 100644 --- a/test/lisp/comint-tests.el +++ b/test/lisp/comint-tests.el | |||
| @@ -29,6 +29,7 @@ | |||
| 29 | (defvar comint-testsuite-password-strings | 29 | (defvar comint-testsuite-password-strings |
| 30 | '("foo@example.net's password: " ; ssh | 30 | '("foo@example.net's password: " ; ssh |
| 31 | "Password for foo@example.org: " ; kinit | 31 | "Password for foo@example.org: " ; kinit |
| 32 | "Password for 'https://foo@example.org':" ; git push Bug#20910 | ||
| 32 | "Please enter the password for foo@example.org: " ; kinit | 33 | "Please enter the password for foo@example.org: " ; kinit |
| 33 | "Kerberos password for devnull/root <at> GNU.ORG: " ; ksu | 34 | "Kerberos password for devnull/root <at> GNU.ORG: " ; ksu |
| 34 | "Enter passphrase: " ; ssh-add | 35 | "Enter passphrase: " ; ssh-add |