Hi Carsten, > I am trying to run the test suite (never tried before) and I am running > into problems. > Can anyone see what is going wrong here?
> [org-mode] Sir? make EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs > test-dirty > > install -m 755 -d > /var/folders/82/xcvgb4057p7fj72g12rdxvsm0000gp/T//tmp-orgtest > > TMPDIR=/var/folders/82/xcvgb4057p7fj72g12rdxvsm0000gp/T//tmp-orgtest > /Applications/Emacs.app/Contents/MacOS/Emacs -Q -batch --eval '(setq > vc-handled-backends nil org-startup-folded nil)' --eval '(add-to-list > '"'"'load-path (concat default-directory "lisp"))' --eval '(add-to-list > '"'"'load-path (concat default-directory "testing"))' -l > org-batch-test-init --eval '(setq org-batch-test t org-babel-load-languages > (quote ( (awk . t) (C . t) (fortran . t) (maxima . t) (lilypond . t) > (octave . t) (python . t) (sh . t) (perl . t) (emacs-lisp . t) (shell > . t) (org . t))) org-test-select-re "\\(org\\|ob\\)" )' -l org-loaddefs.el > -l cl -l testing/org-test.el -l ert -l org -l ox --eval > '(org-test-run-batch-tests org-test-select-re)' > > Cannot open load file: no such file or directory, ob-sh > Guess: It's the "sh". There is no ob-sh anymore. "sh" is now "shell". Best regards Marco