From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastien Vauban Subject: Re: 2 Org tests failing Date: Thu, 19 Jun 2014 10:36:58 +0200 Message-ID: <86ppi5uwgl.fsf@somewhere.org> References: <86vbsycepz.fsf@somewhere.org> <87tx8iks22.fsf@bzg.ath.cx> <86ppi6qnb5.fsf@somewhere.org> <87vbrxx4zr.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Achim Gratz wrote: > Sebastien Vauban writes: >> I've solved the reported problem by creating the missing TMPDIR (set to >> /tmp/org_test) for the invocation from my Zsh (Cygwin) terminal... > > The first thing the build system does before testing is > > install -m 755 -d /tmp/tmp-orgtest > > so you either pick up the wrong install command via path or have > otherwise misconfigured MKDIR in local.mk. No, I was using my own function: --8<---------------cut here---------------start------------->8--- org_test () { ( cd $HOME/Public/Repositories/org-mode; TMPDIR=/tmp/org_test emacs -Q --batch -L lisp/ -L testing/ -l org-test.el --eval '(setq org-confirm-babel-evaluate nil)' -f org-test-run-batch-tests ) } --8<---------------cut here---------------end--------------->8--- I just ran `make test' and got the same error for `ob-shell/bash-uses-assoc-arrays'. BTW, how can I avoid compiling the source directory before launching the tests? I prefer having only .el files, as I was mistaken multiple times when trying to understand executions of code I modified. Best regards, Seb -- Sebastien Vauban