diff options
| author | Noam Postavsky | 2019-05-04 13:20:42 -0400 |
|---|---|---|
| committer | Noam Postavsky | 2019-06-06 19:29:42 -0400 |
| commit | a14eb43215b5cbb99175d2b23f582011948b2eaa (patch) | |
| tree | a16c15478d57e27456e91012b90cbe2c95f13310 /test/lisp | |
| parent | 7c26e0b18d0cdf656778d6dd332972b538491d95 (diff) | |
| download | emacs-a14eb43215b5cbb99175d2b23f582011948b2eaa.tar.gz emacs-a14eb43215b5cbb99175d2b23f582011948b2eaa.zip | |
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')
| -rw-r--r-- | test/lisp/comint-tests.el | 1 |
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 @@ | |||
| 37 | "Passphrase for key root@GNU.ORG: " ; plink | 37 | "Passphrase for key root@GNU.ORG: " ; plink |
| 38 | "[sudo] password for user:" ; Ubuntu sudo | 38 | "[sudo] password for user:" ; Ubuntu sudo |
| 39 | "[sudo] user 的密码:" ; localized | 39 | "[sudo] user 的密码:" ; localized |
| 40 | "PIN for user:" ; Bug#35523 | ||
| 40 | "Password (again):" | 41 | "Password (again):" |
| 41 | "Enter password:" | 42 | "Enter password:" |
| 42 | "Enter Auth Password:" ; OpenVPN (Bug#35724) | 43 | "Enter Auth Password:" ; OpenVPN (Bug#35724) |