summaryrefslogtreecommitdiff
path: root/test/lisp/comint-tests.el
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-05-13 18:39:32 -0400
committerNoam Postavsky <npostavs@gmail.com>2019-05-24 07:33:01 -0400
commitf6d3005069551f3ed5817078a095b868007bf12d (patch)
tree90861203a45535f38a8e81c570d4e38f0a6014ff /test/lisp/comint-tests.el
parent8cdb9d9d24be0894ec3adc79f7f4af61e131850e (diff)
downloademacs-f6d3005069551f3ed5817078a095b868007bf12d.tar.gz
emacs-f6d3005069551f3ed5817078a095b868007bf12d.tar.bz2
emacs-f6d3005069551f3ed5817078a095b868007bf12d.zip
Add "Enter Auth" prompt handling for OpenVPN (Bug#35724)
* lisp/comint.el (comint-password-prompt-regexp): Allow "Enter Auth" at the beginning.
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 49e59c526f4..0d2d648bbae 100644
--- a/test/lisp/comint-tests.el
+++ b/test/lisp/comint-tests.el
@@ -39,6 +39,7 @@
"[sudo] user 的密码:" ; localized
"Password (again):"
"Enter password:"
+ "Enter Auth Password:" ; OpenVPN (Bug#35724)
"Mot de Passe :" ; localized (Bug#29729)
"Passwort:") ; localized
"List of strings that should match `comint-password-prompt-regexp'.")