Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ca4cfde3
Commit
ca4cfde3
authored
Jan 21, 2014
by
Michael Albinus
Browse files
* automated/comint-testsuite.el
(comint-testsuite-password-strings): Add localized examples.
parent
4ff0a0e5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
test/ChangeLog
test/ChangeLog
+5
-0
test/automated/comint-testsuite.el
test/automated/comint-testsuite.el
+4
-2
No files found.
test/ChangeLog
View file @
ca4cfde3
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
...
...
test/automated/comint-testsuite.el
View file @
ca4cfde3
...
...
@@ -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
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment