emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 1428dfe: Test that comint-password-prompt-regexp matches "git pus


From: Stefan Kangas
Subject: master 1428dfe: Test that comint-password-prompt-regexp matches "git push"
Date: Wed, 6 Nov 2019 19:48:28 -0500 (EST)

branch: master
commit 1428dfe630ceccd3bec13a3f7f44ee67af88b99f
Author: Stefan Kangas <address@hidden>
Commit: Stefan Kangas <address@hidden>

    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 068fec8..213a5c7 100644
--- a/test/lisp/comint-tests.el
+++ b/test/lisp/comint-tests.el
@@ -29,6 +29,7 @@
 (defvar comint-testsuite-password-strings
   '("address@hidden's password: " ; ssh
     "Password for address@hidden: " ; kinit
+    "Password for 'https://address@hidden':"           ; git push Bug#20910
     "Please enter the password for address@hidden: "   ; kinit
     "Kerberos password for devnull/root <at> GNU.ORG: " ; ksu
     "Enter passphrase: " ; ssh-add



reply via email to

[Prev in Thread] Current Thread [Next in Thread]