emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master f1faf85: * test/lisp/filenotify-tests.el, test/lisp


From: Michael Albinus
Subject: [Emacs-diffs] master f1faf85: * test/lisp/filenotify-tests.el, test/lisp/shadowfile-tests.el:
Date: Fri, 21 Dec 2018 03:41:12 -0500 (EST)

branch: master
commit f1faf85f003f6e526f3d7e27dbdd8bf7f151582b
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    * test/lisp/filenotify-tests.el, test/lisp/shadowfile-tests.el:
    
    Don't require tramp-sh, bug#33781 is fixed.
---
 test/lisp/filenotify-tests.el | 1 -
 test/lisp/shadowfile-tests.el | 1 -
 2 files changed, 2 deletions(-)

diff --git a/test/lisp/filenotify-tests.el b/test/lisp/filenotify-tests.el
index 4c8e7fb..51b323f 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 1527d2b..3bab22f 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]