From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id +H8iM3rWUl8VewAA0tVLHw (envelope-from ) for ; Sat, 05 Sep 2020 00:06:18 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id uCLxLnrWUl/gJgAAbx9fmQ (envelope-from ) for ; Sat, 05 Sep 2020 00:06:18 +0000 Received: from mail.notmuchmail.org (nmbug.tethera.net [IPv6:2607:5300:201:3100::1657]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (2048 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 59F3894066B for ; Sat, 5 Sep 2020 00:06:16 +0000 (UTC) Received: from nmbug.tethera.net (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id 56B8C29B28; Fri, 4 Sep 2020 20:06:07 -0400 (EDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by mail.notmuchmail.org (Postfix) with ESMTP id 4FF2229308 for ; Fri, 4 Sep 2020 20:06:04 -0400 (EDT) Received: by fethera.tethera.net (Postfix, from userid 1001) id 506B75FF6C; Fri, 4 Sep 2020 20:05:58 -0400 (EDT) Received: (nullmailer pid 817914 invoked by uid 1000); Sat, 05 Sep 2020 00:05:45 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: Re: [PATCH] test: fix syntax errors in erroring calls to notmuch insert In-Reply-To: <20200904011057.3567667-1-david@tethera.net> References: <20200904011057.3567667-1-david@tethera.net> Date: Fri, 04 Sep 2020 21:05:45 -0300 Message-ID: <87a6y5f5pi.fsf@tethera.net> MIME-Version: 1.0 Message-ID-Hash: CEY6UJE6WBUOPSR2OK3KXXBUZJI7XXK2 X-Message-ID-Hash: CEY6UJE6WBUOPSR2OK3KXXBUZJI7XXK2 X-MailFrom: david@tethera.net X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-notmuch.notmuchmail.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.1 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 2607:5300:201:3100::1657 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Spam-Score: 0.53 X-TUID: 40T1ezGraDpP David Bremner writes: > notmuch insert does not currently support passing a filename for the > input, so all of these tests have an extra error in addition to the > one being tested for. > applied to master d