summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2013-12-13 10:03:05 -0700
committerEric Schulte <schulte.eric@gmail.com>2013-12-13 10:03:05 -0700
commitb319475a86451defbdbac064684dd59fd6b0b7d0 (patch)
tree7fed9a064d4424f4684e7c91fe3e3aa21d7ce8a7
parent3b3dbca13c668299a24c93eae27059703361d789 (diff)
downloadorg-mode-b319475a86451defbdbac064684dd59fd6b0b7d0.tar.gz
fix tests with the renamed ob-shell.el
Note, users may have to edit their local.mk files to change the value of BTEST_OB_LANGUAGES to remove sh and include shell.
-rw-r--r--mk/default.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/default.mk b/mk/default.mk
index 886efc6..a1f42f8 100644
--- a/mk/default.mk
+++ b/mk/default.mk
@@ -63,7 +63,7 @@ BTEST = $(BATCH) \
--eval '(setq \
org-batch-test t \
org-babel-load-languages \
- (quote ($(foreach ob-lang,$(BTEST_OB_LANGUAGES) emacs-lisp sh org,$(lst-ob-lang)))) \
+ (quote ($(foreach ob-lang,$(BTEST_OB_LANGUAGES) emacs-lisp shell org,$(lst-ob-lang)))) \
org-test-select-re "$(BTEST_RE)" \
)' \
-l org-loaddefs.el \