From 3f6c81ca36b99e444bc6fc49b2736852840557ce Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 6 Oct 2019 03:08:27 +0200 Subject: [PATCH] Add new example to comint-password-prompt tests * test/lisp/comint-tests.el (comint-testsuite-password-strings): Add new example 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 09f10879f9..9f23967fee 100644 --- a/test/lisp/comint-tests.el +++ b/test/lisp/comint-tests.el @@ -34,6 +34,7 @@ comint-testsuite-password-strings "Enter passphrase: " ; ssh-add "Enter passphrase (empty for no passphrase): " ; ssh-keygen "Enter same passphrase again: " ; ssh-keygen + "Enter your password: " ; python3 -m twine upload Bug#37636 "Passphrase for key root@GNU.ORG: " ; plink "[sudo] password for user:" ; Ubuntu sudo "[sudo] user 的密码:" ; localized -- 2.20.1