Eric Schulte пре 12 година
родитељ
комит
583e7ab175
2 измењених фајлова са 1 додато и 1 уклоњено
  1. 0 0
      lisp/ob-shell.el
  2. 1 1
      testing/lisp/test-ob-sh.el

+ 0 - 0
lisp/ob-sh.el → lisp/ob-shell.el


+ 1 - 1
testing/lisp/test-ob-sh.el

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