From b319475a86451defbdbac064684dd59fd6b0b7d0 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Fri, 13 Dec 2013 10:03:05 -0700 Subject: [PATCH 4/4] 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. --- mk/default.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 1.8.5.1