emacs-diffs
[Top][All Lists]
Advanced

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

master edcb1f3a3b: Skip ffap test on some systems


From: Lars Ingebrigtsen
Subject: master edcb1f3a3b: Skip ffap test on some systems
Date: Fri, 14 Jan 2022 06:11:02 -0500 (EST)

branch: master
commit edcb1f3a3b3580078bdf0e314208bb485355a413
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Skip ffap test on some systems
---
 test/lisp/ffap-tests.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/lisp/ffap-tests.el b/test/lisp/ffap-tests.el
index c5032a60a1..0fdc31e8b6 100644
--- a/test/lisp/ffap-tests.el
+++ b/test/lisp/ffap-tests.el
@@ -142,6 +142,8 @@ left alone when opening a URL in an external browser."
           (kill-buffer (call-interactively #'find-file-at-point)))))))
 
 (ert-deftest ffap-test-path ()
+  (skip-unless (file-exists-p "/bin"))
+  (skip-unless (file-exists-p "/usr/bin"))
   (with-temp-buffer
     (insert "/usr/bin:/bin")
     (goto-char (point-min))



reply via email to

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