1
Fork 0
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:
Stefan Kangas 2019-11-07 01:42:31 +01:00
parent deb61da7a2
commit 1428dfe630

View file

@ -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