aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/lisp/net/tramp-tests.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index 03b0018298b..203bcfb6511 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -4682,7 +4682,8 @@ process sentinels. They shall not disturb each other."
4682;; This test is inspired by Bug#29163. 4682;; This test is inspired by Bug#29163.
4683(ert-deftest tramp-test42-auto-load () 4683(ert-deftest tramp-test42-auto-load ()
4684 "Check that Tramp autoloads properly." 4684 "Check that Tramp autoloads properly."
4685 :expected-result (if (tramp--test-enabled) :passed :failed) 4685 (skip-unless (tramp--test-enabled))
4686
4686 (let ((default-directory (expand-file-name temporary-file-directory)) 4687 (let ((default-directory (expand-file-name temporary-file-directory))
4687 (code 4688 (code
4688 (format 4689 (format