From 1428dfe630ceccd3bec13a3f7f44ee67af88b99f Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 7 Nov 2019 01:42:31 +0100 Subject: [PATCH] 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) --- test/lisp/comint-tests.el | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5