diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2018-12-21 09:41:04 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2018-12-21 09:41:04 +0100 |
commit | f1faf85f003f6e526f3d7e27dbdd8bf7f151582b (patch) | |
tree | 270fc64d362df09bd0dd8d4eed07593fc043444e /test | |
parent | 47f4be68fb3d513154bd66315d9602352e775e2a (diff) | |
download | emacs-f1faf85f003f6e526f3d7e27dbdd8bf7f151582b.tar.gz |
* 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.el | 1 | ||||
-rw-r--r-- | test/lisp/shadowfile-tests.el | 1 |
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." ;; This should happen on hydra only. (when (getenv "EMACS_HYDRA_CI") - (require 'tramp-sh) (add-to-list 'tramp-remote-path 'tramp-own-remote-path)) ;; 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 @@ ;; This should happen on hydra only. (when (getenv "EMACS_HYDRA_CI") - (require 'tramp-sh) (add-to-list 'tramp-remote-path 'tramp-own-remote-path)) (defconst shadow-test-info-file |