summaryrefslogtreecommitdiff
path: root/test/lisp/comint-tests.el
diff options
context:
space:
mode:
authorNoam Postavsky <npostavs@gmail.com>2019-05-04 13:20:42 -0400
committerNoam Postavsky <npostavs@gmail.com>2019-06-06 19:29:42 -0400
commita14eb43215b5cbb99175d2b23f582011948b2eaa (patch)
treea16c15478d57e27456e91012b90cbe2c95f13310 /test/lisp/comint-tests.el
parent7c26e0b18d0cdf656778d6dd332972b538491d95 (diff)
downloademacs-a14eb43215b5cbb99175d2b23f582011948b2eaa.tar.gz
Add "pin" to password-word-equivalents (Bug#35523)
* lisp/international/mule-conf.el (password-word-equivalents): Add "pin". * test/lisp/comint-tests.el (comint-testsuite-password-strings): Add test case.
Diffstat (limited to 'test/lisp/comint-tests.el')
-rw-r--r--test/lisp/comint-tests.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lisp/comint-tests.el b/test/lisp/comint-tests.el
index 0d2d648bbae..09f10879f9b 100644
--- a/test/lisp/comint-tests.el
+++ b/test/lisp/comint-tests.el
@@ -37,6 +37,7 @@
"Passphrase for key root@GNU.ORG: " ; plink
"[sudo] password for user:" ; Ubuntu sudo
"[sudo] user 的密码:" ; localized
+ "PIN for user:" ; Bug#35523
"Password (again):"
"Enter password:"
"Enter Auth Password:" ; OpenVPN (Bug#35724)