Skip ffap test on some systems

This commit is contained in:
Lars Ingebrigtsen 2022-01-14 12:10:46 +01:00
parent dd3715b0cb
commit edcb1f3a3b

View file

@ -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))