From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 3646D6DE1FD0 for ; Tue, 28 Feb 2017 18:16:19 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.005 X-Spam-Level: X-Spam-Status: No, score=-0.005 tagged_above=-999 required=5 tests=[AWL=0.006, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id F3eqIic8GNX9 for ; Tue, 28 Feb 2017 18:16:17 -0800 (PST) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 779C46DE1F87 for ; Tue, 28 Feb 2017 18:16:17 -0800 (PST) Received: from remotemail by fethera.tethera.net with local (Exim 4.84_2) (envelope-from ) id 1citnl-0005B1-QW for notmuch@notmuchmail.org; Tue, 28 Feb 2017 21:15:37 -0500 Received: (nullmailer pid 14773 invoked by uid 1000); Wed, 01 Mar 2017 02:16:14 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: Re: [PATCH 3/3] test: move GNUPGHOME to TEST_TMPDIR In-Reply-To: <878topremd.fsf@alice.fifthhorseman.net> References: <20170228002650.26762-1-david@tethera.net> <20170228002650.26762-4-david@tethera.net> <878topremd.fsf@alice.fifthhorseman.net> Date: Tue, 28 Feb 2017 22:16:14 -0400 Message-ID: <87o9xlvj0x.fsf@tethera.net> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2017 02:16:19 -0000 Daniel Kahn Gillmor writes: > On Mon 2017-02-27 16:26:50 -0800, David Bremner wrote: >> We already use this directory for dtach sockets, so it makes sense to >> put gnupg sockets there as well. There doesn't seem to be a clean way >> to put a fully functional socket in a different location than >> GNUPGHOME. > > LGTM. Thanks for wrangling these frustrations, Bremner. > > --dkg Thanks for the kind words. Series pushed to master/release as part of 0.23.7 d