From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: Add elixir. Date: Fri, 22 Jul 2016 01:26:13 -0400 Message-ID: <20160722052613.GA17340@jasmine> References: <579027b7.VHXjhpPxQC3AAmeY%pjotr.public12@email> <20160721014245.GA6569@thebird.nl> <5790B57D.5040404@uq.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54516) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQSyn-0007sK-5f for guix-devel@gnu.org; Fri, 22 Jul 2016 01:26:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQSyi-0001mS-WE for guix-devel@gnu.org; Fri, 22 Jul 2016 01:26:32 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:50945) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQSyh-0001jX-H5 for guix-devel@gnu.org; Fri, 22 Jul 2016 01:26:28 -0400 Content-Disposition: inline In-Reply-To: <5790B57D.5040404@uq.edu.au> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ben Woodcroft Cc: guix-devel@gnu.org On Thu, Jul 21, 2016 at 09:43:57PM +1000, Ben Woodcroft wrote: > On 21/07/16 11:42, Pjotr Prins wrote: > > Sorry for the new thread. But this time the patch is readable from all > > mailers (supporting UTF8). Please comment. > > Maybe to fix the $HOME issues by including a phase to set environment > variables during testing as in e.g. blast+ ? i.e. > > (setenv "HOME" "/tmp") The test passes when run with this variable set, as attached.