Eric Schulte 12 лет назад
Родитель
Сommit
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 ()