Skip ffap test on some systems
This commit is contained in:
parent
dd3715b0cb
commit
edcb1f3a3b
1 changed files with 2 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue