diff options
| author | Stefan Kangas | 2019-11-07 01:42:31 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2019-11-07 01:48:13 +0100 |
| commit | 1428dfe630ceccd3bec13a3f7f44ee67af88b99f (patch) | |
| tree | 49eb7cc6671cf45500061eb23cdde763a288448a | |
| parent | deb61da7a27698ddc0b95ba92d18c20f533bb802 (diff) | |
| download | emacs-1428dfe630ceccd3bec13a3f7f44ee67af88b99f.tar.gz emacs-1428dfe630ceccd3bec13a3f7f44ee67af88b99f.zip | |
Test that comint-password-prompt-regexp matches "git push"
* test/lisp/comint-tests.el (comint-testsuite-password-strings): Test
that 'comint-password-prompt-regexp' matches 'git push'
output. (Bug#20910)
| -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 |