From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Charles C. Berry" Subject: Re: Release 9.0 test failed: test-ob/indented-cached-org-bracket-link Date: Sat, 19 Nov 2016 20:03:01 -0800 Message-ID: References: <8737ipnpnk.fsf@nicolasgoaziou.fr> <874m34m0ab.fsf@nicolasgoaziou.fr> <87eg27mk11.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39766) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c8JLU-0002hs-5l for emacs-orgmode@gnu.org; Sat, 19 Nov 2016 23:03:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c8JLN-0006NG-Si for emacs-orgmode@gnu.org; Sat, 19 Nov 2016 23:03:12 -0500 Received: from iport-acv2-out.ucsd.edu ([132.239.0.174]:13232) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1c8JLN-0006Mi-GU for emacs-orgmode@gnu.org; Sat, 19 Nov 2016 23:03:05 -0500 In-Reply-To: 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@gnu.org Sender: "Emacs-orgmode" To: John Kitchin Cc: Achim Gratz , emacs-orgmode@gnu.org On Sat, 19 Nov 2016, John Kitchin wrote: > I have also seen this error on my mac. I guess it is from the trailing > slash as you suggest: > >> echo $TMPDIR > /var/folders/5q/lllv2yf95hg_n6h6kjttbmdw0000gn/T/ > > So, : testdir=${TMPDIR%/}/tmp-orgtest in mk/default.mk would handle this on my mac, but I do not know if this is fully portable. OTOH, (expand-file-name "test.txt") resolves double-slashes and seems like the right idiom in any case. Chuck