summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2019-11-07 01:42:31 +0100
committerStefan Kangas <stefankangas@gmail.com>2019-11-07 01:48:13 +0100
commit1428dfe630ceccd3bec13a3f7f44ee67af88b99f (patch)
tree49eb7cc6671cf45500061eb23cdde763a288448a /test
parentdeb61da7a27698ddc0b95ba92d18c20f533bb802 (diff)
downloademacs-1428dfe630ceccd3bec13a3f7f44ee67af88b99f.tar.gz
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)
Diffstat (limited to 'test')
-rw-r--r--test/lisp/comint-tests.el1
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