]> git.eshelyaron.com Git - emacs.git/commit
Add test for Tramp password handling
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 25 Apr 2022 10:57:01 +0000 (12:57 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 25 Apr 2022 10:57:01 +0000 (12:57 +0200)
commitd932c402aa44c50af60085193b489bc1979cfbc3
treee52e12bfc93084140c35e60e7b55ee8924654ef9
parentc38e16a0cc2fe455a76a2de75aa3e71887dcf6b8
Add test for Tramp password handling

* lisp/net/tramp.el (tramp-error-show-message-timeout): New defvar.
(tramp-error-with-buffer, tramp-user-error): Use it.

* test/lisp/net/tramp-tests.el (tramp-error-show-message-timeout):
Set it to nil.
(tramp-test46-read-password): New test.
(tramp-test47-auto-load, tramp-test47-delay-load)
(tramp-test47-recursive-load, tramp-test47-remote-load-path)
(tramp-test48-unload):
* test/lisp/net/tramp-archive-tests.el (tramp-archive-test47-auto-load)
(tramp-archive-test47-delay-load): Rename.
lisp/net/tramp.el
test/lisp/net/tramp-archive-tests.el
test/lisp/net/tramp-tests.el