Add "python3 -m twine" example to comint-password-prompt tests
* test/lisp/comint-tests.el (comint-testsuite-password-strings): Add new example for "python3 -m twine" to test suite. (Bug#37636)
This commit is contained in:
parent
18251fb739
commit
9839466b23
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
"Enter passphrase: " ; ssh-add
|
||||
"Enter passphrase (empty for no passphrase): " ; ssh-keygen
|
||||
"Enter same passphrase again: " ; ssh-keygen
|
||||
"Enter your password: " ; python3 -m twine ... Bug#37636
|
||||
"Passphrase for key root@GNU.ORG: " ; plink
|
||||
"[sudo] password for user:" ; Ubuntu sudo
|
||||
"[sudo] user 的密码:" ; localized
|
||||
|
|
Loading…
Add table
Reference in a new issue