1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00

* automated/comint-testsuite.el

(comint-testsuite-password-strings): Add localized examples.
This commit is contained in:
Michael Albinus 2014-01-21 09:32:06 +01:00
parent 4ff0a0e5c0
commit ca4cfde314
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2014-01-21 Michael Albinus <michael.albinus@gmx.de>
* automated/comint-testsuite.el
(comint-testsuite-password-strings): Add localized examples.
2014-01-17 Michael Albinus <michael.albinus@gmx.de>
* automated/inotify-test.el (inotify-file-watch-simple): Skip test

View File

@ -27,7 +27,7 @@
(require 'ert)
(defvar comint-testsuite-password-strings
'("foo@example.net's password: " ;ssh
'("foo@example.net's password: " ; ssh
"Password for foo@example.org: " ; kinit
"Please enter the password for foo@example.org: " ; kinit
"Kerberos password for devnull/root <at> GNU.ORG: " ; ksu
@ -37,7 +37,9 @@
"Passphrase for key root@GNU.ORG: " ; plink
"[sudo] password for user:" ; Ubuntu sudo
"Password (again):"
"Enter password:")
"Enter password:"
"Mot de Passe:" ; localized
"Passwort:") ; localized
"List of strings that should match `comint-password-prompt-regexp'.")
(ert-deftest comint-test-password-regexp ()