emacs-diffs
[Top][All Lists]
Advanced

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

master ec1fffdeca: Fix dnd-tests-open-remote-url on EMBA


From: Michael Albinus
Subject: master ec1fffdeca: Fix dnd-tests-open-remote-url on EMBA
Date: Wed, 22 Jun 2022 11:47:49 -0400 (EDT)

branch: master
commit ec1fffdeca9c87a92b8c35545121b4ee3eec3ece
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    Fix dnd-tests-open-remote-url on EMBA
    
    * test/lisp/dnd-tests.el (dnd-tests-open-remote-url): Check for
    ftp client.
---
 test/lisp/dnd-tests.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/lisp/dnd-tests.el b/test/lisp/dnd-tests.el
index 3ee92286f9..aae9c80273 100644
--- a/test/lisp/dnd-tests.el
+++ b/test/lisp/dnd-tests.el
@@ -375,6 +375,8 @@ This function only tries to handle strings."
   ;; Expensive test to make sure opening an FTP URL during
   ;; drag-and-drop works.
   :tags '(:expensive-test)
+  ;; Don't run if there is no ftp client.
+  (skip-unless (executable-find "ftp"))
   ;; Don't run this test if the FTP server isn't reachable.
   (skip-unless (and (fboundp 'network-lookup-address-info)
                     (network-lookup-address-info "ftp.gnu.org")))



reply via email to

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