]> git.eshelyaron.com Git - emacs.git/commitdiff
Test that comint-password-prompt-regexp matches "git push"
authorStefan Kangas <stefankangas@gmail.com>
Thu, 7 Nov 2019 00:42:31 +0000 (01:42 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Thu, 7 Nov 2019 00:48:13 +0000 (01:48 +0100)
* 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

index 068fec899511e2387830446e786dc1a440924281..213a5c7c9e4369ca7816492ab1d8dfd383d8e78f 100644 (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