aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMichael Albinus2018-12-21 09:41:04 +0100
committerMichael Albinus2018-12-21 09:41:04 +0100
commitf1faf85f003f6e526f3d7e27dbdd8bf7f151582b (patch)
tree270fc64d362df09bd0dd8d4eed07593fc043444e /test
parent47f4be68fb3d513154bd66315d9602352e775e2a (diff)
downloademacs-f1faf85f003f6e526f3d7e27dbdd8bf7f151582b.tar.gz
emacs-f1faf85f003f6e526f3d7e27dbdd8bf7f151582b.zip
* test/lisp/filenotify-tests.el, test/lisp/shadowfile-tests.el:
Don't require tramp-sh, bug#33781 is fixed.
Diffstat (limited to 'test')
-rw-r--r--test/lisp/filenotify-tests.el1
-rw-r--r--test/lisp/shadowfile-tests.el1
2 files changed, 0 insertions, 2 deletions
diff --git a/test/lisp/filenotify-tests.el b/test/lisp/filenotify-tests.el
index 4c8e7fbe93a..51b323f9b47 100644
--- a/test/lisp/filenotify-tests.el
+++ b/test/lisp/filenotify-tests.el
@@ -180,7 +180,6 @@ Return nil when any other file notification watch is still active."
180 180
181;; This should happen on hydra only. 181;; This should happen on hydra only.
182(when (getenv "EMACS_HYDRA_CI") 182(when (getenv "EMACS_HYDRA_CI")
183 (require 'tramp-sh)
184 (add-to-list 'tramp-remote-path 'tramp-own-remote-path)) 183 (add-to-list 'tramp-remote-path 'tramp-own-remote-path))
185 184
186;; We do not want to try and fail `file-notify-add-watch'. 185;; We do not want to try and fail `file-notify-add-watch'.
diff --git a/test/lisp/shadowfile-tests.el b/test/lisp/shadowfile-tests.el
index 1527d2b2abf..3bab22f8d66 100644
--- a/test/lisp/shadowfile-tests.el
+++ b/test/lisp/shadowfile-tests.el
@@ -69,7 +69,6 @@
69 69
70;; This should happen on hydra only. 70;; This should happen on hydra only.
71(when (getenv "EMACS_HYDRA_CI") 71(when (getenv "EMACS_HYDRA_CI")
72 (require 'tramp-sh)
73 (add-to-list 'tramp-remote-path 'tramp-own-remote-path)) 72 (add-to-list 'tramp-remote-path 'tramp-own-remote-path))
74 73
75(defconst shadow-test-info-file 74(defconst shadow-test-info-file