mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-28 07:44:49 +00:00
Don't load test-ob-sh when no "sh" executable
* testing/lisp/test-ob-sh.el ("sh"): Test for an "sh" executable.
This commit is contained in:
parent
1952afa6ed
commit
7c4ac55364
@ -9,6 +9,7 @@
|
||||
;; Template test file for Org-mode tests
|
||||
|
||||
;;; Code:
|
||||
(org-test-for-executable "sh")
|
||||
(unless (featurep 'ob-sh)
|
||||
(signal 'missing-test-dependency "Support for Sh code blocks"))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user