+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
(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
"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 ()