From 7c4ac5536440410d8fd6437b17124208719f9309 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Fri, 3 Aug 2012 13:34:04 -0600 Subject: [PATCH] Don't load test-ob-sh when no "sh" executable * testing/lisp/test-ob-sh.el ("sh"): Test for an "sh" executable. --- testing/lisp/test-ob-sh.el | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/lisp/test-ob-sh.el b/testing/lisp/test-ob-sh.el index d10486a75..88e1c92b5 100644 --- a/testing/lisp/test-ob-sh.el +++ b/testing/lisp/test-ob-sh.el @@ -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"))