mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
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)
This commit is contained in:
parent
deb61da7a2
commit
1428dfe630
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue