aboutsummaryrefslogtreecommitdiffstats
path: root/test/comint-testsuite.el
diff options
context:
space:
mode:
authorStefan Monnier2010-12-10 19:13:08 -0500
committerStefan Monnier2010-12-10 19:13:08 -0500
commit2c302df3a13236bfbf8ea1b771d13618fcda8d71 (patch)
treef26dc9f22861dc37610de319d05255de058c221b /test/comint-testsuite.el
parent0c747cb143fa227e78f350ac353d703f489209df (diff)
parent175069efeb080517afefdd44a06f7a779ea8c25c (diff)
downloademacs-2c302df3a13236bfbf8ea1b771d13618fcda8d71.tar.gz
emacs-2c302df3a13236bfbf8ea1b771d13618fcda8d71.zip
Merge from trunk
Diffstat (limited to 'test/comint-testsuite.el')
-rw-r--r--test/comint-testsuite.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/comint-testsuite.el b/test/comint-testsuite.el
index 35b946cf3da..9a4e7eae3b7 100644
--- a/test/comint-testsuite.el
+++ b/test/comint-testsuite.el
@@ -34,7 +34,8 @@
34 (interactive) 34 (interactive)
35 (let ((password-strings 35 (let ((password-strings
36 '("foo@example.net's password: " ;ssh 36 '("foo@example.net's password: " ;ssh
37 "Password for foo@example.org: " ; knit 37 "Password for foo@example.org: " ; kinit
38 "Please enter the password for foo@example.org: " ; kinit
38 "Kerberos password for devnull/root <at> GNU.ORG: " ; ksu 39 "Kerberos password for devnull/root <at> GNU.ORG: " ; ksu
39 "Enter passphrase: " ; ssh-add 40 "Enter passphrase: " ; ssh-add
40 "Enter passphrase (empty for no passphrase): " ; ssh-keygen 41 "Enter passphrase (empty for no passphrase): " ; ssh-keygen