1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* test/lisp/net/tramp-tests.el (tramp--test-timeout-handler):

Add docstring.  Remove `interactive' call.
This commit is contained in:
Michael Albinus 2018-10-12 13:42:34 +02:00
parent ac2a04e888
commit 9c231a4470

View file

@ -4884,7 +4884,7 @@ Use the `ls' command."
(numberp (nth 2 fsi))))))
(defun tramp--test-timeout-handler ()
(interactive)
"Timeout handler, reporting a failed test."
(ert-fail (format "`%s' timed out" (ert-test-name (ert-running-test)))))
;; This test is inspired by Bug#16928.