]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/lisp/net/tramp-tests.el (tramp--test-timeout-handler):
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 12 Oct 2018 11:42:34 +0000 (13:42 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 12 Oct 2018 11:42:34 +0000 (13:42 +0200)
Add docstring.  Remove `interactive' call.

test/lisp/net/tramp-tests.el

index 523c7afada81b097a7ba7b31e8cfe2c41c592316..6a08cbb5ab200c2f90005fb6105abdd619ed8296 100644 (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.