rename ob-sh to ob-shell

This commit is contained in:
Eric Schulte 2013-12-13 09:54:28 -07:00
parent 7a6c0e3541
commit 583e7ab175
2 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
;;; Code:
(org-test-for-executable "sh")
(unless (featurep 'ob-sh)
(unless (featurep 'ob-shell)
(signal 'missing-test-dependency "Support for Sh code blocks"))
(ert-deftest test-ob-sh/dont-insert-spaces-on-expanded-bodies ()