From: Stefan Kangas Date: Sun, 6 Oct 2019 01:08:27 +0000 (+0200) Subject: Add "python3 -m twine" example to comint-password-prompt tests X-Git-Tag: emacs-27.0.90~1227 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9839466b231b6384055b9b137405730876413cbe;p=emacs.git 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) --- diff --git a/test/lisp/comint-tests.el b/test/lisp/comint-tests.el index 09f10879f9b..068fec89951 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 root@GNU.ORG: " ; plink "[sudo] password for user:" ; Ubuntu sudo "[sudo] user 的密码:" ; localized