From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 19 07:28:50 2020 Received: (at 37679-done) by debbugs.gnu.org; 19 Apr 2020 11:28:50 +0000 Received: from localhost ([127.0.0.1]:44178 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jQ882-0001MD-3d for submit@debbugs.gnu.org; Sun, 19 Apr 2020 07:28:50 -0400 Received: from eggs.gnu.org ([209.51.188.92]:38592) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jQ87z-0001Lx-7p for 37679-done@debbugs.gnu.org; Sun, 19 Apr 2020 07:28:48 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:50358) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jQ87t-0003Al-Vr; Sun, 19 Apr 2020 07:28:42 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=57858 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jQ87o-000562-DW; Sun, 19 Apr 2020 07:28:36 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: =?utf-8?Q?G=C3=A1bor?= Boskovits Subject: Re: bug#37679: Local git configuration interferes with testsuite References: <87pnc6biur.fsf@gnu.org> Date: Sun, 19 Apr 2020 13:28:35 +0200 In-Reply-To: <87pnc6biur.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Fri, 17 Apr 2020 10:46:04 +0200") Message-ID: <87eesj3eak.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 37679-done Cc: 37679-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hi G=C3=A1bor, Ludovic Court=C3=A8s skribis: > As discussed on IRC yesterday (?), we can arrange to move these > variables directly in (guix tests git), which is the only place where > =E2=80=98git=E2=80=99 is invoked. That way, it can=E2=80=99t possibly in= terfere with other uses > of HOME, etc. > > WDYT of something like the patch below? I pushed it as 3c91f003416c9fb79af2dc8766a7f449aa03f839. Ludo=E2=80=99.