emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 9839466: Add "python3 -m twine" example to comint-p


From: Stefan Kangas
Subject: [Emacs-diffs] master 9839466: Add "python3 -m twine" example to comint-password-prompt tests
Date: Mon, 7 Oct 2019 14:53:38 -0400 (EDT)

branch: master
commit 9839466b231b6384055b9b137405730876413cbe
Author: Stefan Kangas <address@hidden>
Commit: Stefan Kangas <address@hidden>

    Add "python3 -m twine" example to comint-password-prompt tests
    
    * test/lisp/comint-tests.el (comint-testsuite-password-strings): Add
    new example for "python3 -m twine" to test suite.  (Bug#37636)
---
 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 09f1087..068fec8 100644
--- a/test/lisp/comint-tests.el
+++ b/test/lisp/comint-tests.el
@@ -34,6 +34,7 @@
     "Enter passphrase: " ; ssh-add
     "Enter passphrase (empty for no passphrase): " ; ssh-keygen
     "Enter same passphrase again: "     ; ssh-keygen
+    "Enter your password: "             ; python3 -m twine ... Bug#37636
     "Passphrase for key address@hidden: " ; plink
     "[sudo] password for user:" ; Ubuntu sudo
     "[sudo] user 的密码:" ; localized



reply via email to

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