diff options
-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 @@ (defvar comint-testsuite-password-strings '("foo@example.net's password: " ; ssh "Password for foo@example.org: " ; kinit + "Password for 'https://foo@example.org':" ; git push Bug#20910 "Please enter the password for foo@example.org: " ; kinit "Kerberos password for devnull/root <at> GNU.ORG: " ; ksu "Enter passphrase: " ; ssh-add |