From: Stefan Kangas Date: Thu, 7 Nov 2019 00:42:31 +0000 (+0100) Subject: Test that comint-password-prompt-regexp matches "git push" X-Git-Tag: emacs-27.0.90~713 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1428dfe630ceccd3bec13a3f7f44ee67af88b99f;p=emacs.git 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) --- 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 GNU.ORG: " ; ksu "Enter passphrase: " ; ssh-add