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 DC66D6DE200D for ; Tue, 28 Feb 2017 17:39:56 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] 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 x6hOCo6DtRmI for ; Tue, 28 Feb 2017 17:39:56 -0800 (PST) Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118]) by arlo.cworth.org (Postfix) with ESMTP id 44A4D6DE2014 for ; Tue, 28 Feb 2017 17:39:56 -0800 (PST) Received: from fifthhorseman.net (rrcs-67-52-140-5.west.biz.rr.com [67.52.140.5]) by che.mayfirst.org (Postfix) with ESMTPSA id 793D0F99B; Tue, 28 Feb 2017 20:39:56 -0500 (EST) Received: by fifthhorseman.net (Postfix, from userid 1000) id 6612D1FFCE; Tue, 28 Feb 2017 20:04:58 -0500 (EST) From: Daniel Kahn Gillmor To: David Bremner , notmuch@notmuchmail.org Subject: Re: [PATCH 3/3] test: move GNUPGHOME to TEST_TMPDIR In-Reply-To: <20170228002650.26762-4-david@tethera.net> References: <20170228002650.26762-1-david@tethera.net> <20170228002650.26762-4-david@tethera.net> Date: Tue, 28 Feb 2017 17:04:58 -0800 Message-ID: <878topremd.fsf@alice.fifthhorseman.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 01:39:56 -0000 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