]> git.eshelyaron.com Git - emacs.git/commit
Match OpenBSD doas password prompt in comint
authorNick Gasson <nick@nickg.me.uk>
Fri, 9 Oct 2020 04:57:07 +0000 (06:57 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 9 Oct 2020 04:57:07 +0000 (06:57 +0200)
commitc69c17d573860ebe74320cee2a1850baa865183d
treeb87d9235683174a5e9d7e772f3fe6fc3a5144f96
parente45b0c5d94eaf3e456a2616df029b6d451064e5b
Match OpenBSD doas password prompt in comint

* lisp/comint.el (comint-password-prompt-regexp): match OpenBSD doas
password prompt. OpenBSD 5.8 replaced sudo with doas in the base
install.

* test/lisp/comint-tests.el (comint-testsuite-password-strings): test
that the doas password prompt is matched (bug#43846).

Copyright-paperwork-exempt: yes
lisp/comint.el
test/lisp/comint-tests.el